Skip to content

Commit

Permalink
Remove class properties (#213)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonpaulos committed Sep 22, 2020
1 parent 71a2dc1 commit b575e79
Show file tree
Hide file tree
Showing 3 changed files with 105 additions and 347 deletions.
246 changes: 0 additions & 246 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
},
"devDependencies": {
"@babel/core": "^7.6.0",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/preset-env": "^7.6.0",
"babel-core": "^6.26.3",
"babel-minify": "^0.5.1",
Expand All @@ -44,7 +43,7 @@
],
"scripts": {
"test": "mocha -R spec tests/",
"build": "browserify --transform [babelify --plugins [ @babel/plugin-proposal-class-properties ] ] src/main.js -s algosdk | minify --simplify --mangle.keepClassName --deadcode.keepFnArgs --comments false --outFile dist/algosdk.min.js"
"build": "browserify src/main.js -s algosdk | minify --simplify --mangle.keepClassName --deadcode.keepFnArgs --comments false --outFile dist/algosdk.min.js"
},
"author": "Algorand, llc",
"license": "MIT"
Expand Down
Loading

0 comments on commit b575e79

Please sign in to comment.