Skip to content

Commit

Permalink
Update package.json to fix npm package issue #69 (#71)
Browse files Browse the repository at this point in the history
* Update package.json to fix npm package issue #69

* install regenerator-runtime

* Remove postinstall script

* Install @babel/runtime
  • Loading branch information
AbhayAysola authored Mar 7, 2021
1 parent 9fff0b2 commit 5a18662
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
10 changes: 4 additions & 6 deletions package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"build:web": "browserify dist/index.js -p tinyify --no-flat -o dist/tnb.min.js -s tnb",
"test:no-build": "jest",
"test": "npm run build && npm run test:no-build",
"prepare": "npm run build && npm run test:no-build",
"prepack": "npm run build && npm run test:no-build",
"lint": "eslint \"./src/**/*.{js,ts}\""
},
"main": "dist/index.js",
Expand All @@ -28,6 +28,7 @@
"src"
],
"dependencies": {
"@babel/runtime": "^7.13.9",
"axios": "^0.21.0",
"core-js": "^3.7.0",
"tweetnacl": "^1.0.3"
Expand Down

0 comments on commit 5a18662

Please sign in to comment.