Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrien LF authored Apr 21, 2022
1 parent f40a97b commit e6cad34
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@massalabs/massa-web3",
"version": "1.9.1",
"version": "1.9.2",
"description": "massa's web3 sdk client",
"main": "dist/index.js",
"scripts": {
Expand All @@ -9,7 +9,6 @@
"upgrade": "npm run up && npm run check && npm run build",
"build-package": "rimraf dist/* && tsc -d",
"build-bundle": "npm run gen-bundle && npm run uglify-bundle",
"publish": "npm publish --access public",
"update-version-major": "npm version major",
"update-version-minor": "npm version minor",
"test": "TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' mocha -r ts-node/register test/**/*.spec.ts",
Expand Down

0 comments on commit e6cad34

Please sign in to comment.