Skip to content

Commit

Permalink
Update client for the netsblox cloud
Browse files Browse the repository at this point in the history
  • Loading branch information
brollb committed Jun 30, 2022
1 parent 85d249b commit d7e6530
Show file tree
Hide file tree
Showing 8 changed files with 8,817 additions and 996 deletions.
File renamed without changes.
File renamed without changes.
8,704 changes: 8,151 additions & 553 deletions package-lock.json

Large diffs are not rendered by default.

10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"name": "netsblox-client-auth",
"version": "1.0.0",
"description": "netsblox authentication helpers",
"version": "2.0.0",
"description": "netsblox JS client helpers",
"main": "main.js",
"scripts": {
"build-watch": "babel src --watch --presets babel-preset-es2015 --out-dir dist",
"build": "babel src --presets babel-preset-es2015 --out-dir dist",
"test": "npx mocha --recursive test",
"postinstall": "babel src --presets babel-preset-es2015 --out-dir dist"
},
"repository": {
Expand All @@ -20,6 +21,9 @@
"homepage": "https://github.com/NetsBlox/client-auth#readme",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-es2015": "^6.24.1"
"babel-preset-es2015": "^6.24.1",
"browserify": "^17.0.0",
"isomorphic-fetch": "^3.0.0",
"mocha": "^10.0.0"
}
}
93 changes: 0 additions & 93 deletions src/auth.js

This file was deleted.

Loading

0 comments on commit d7e6530

Please sign in to comment.