Skip to content

Commit

Permalink
[update] package.json command
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean-Philippe Eisenbarth committed May 25, 2018
1 parent 62d38f4 commit 35ad717
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "crypto-api-wrapper",
"version": "0.4.1",
"version": "0.4.2",
"description": "## Web Crypto wrapper",
"main": "dist/commonjs/src/index.node.js",
"module": "dist/esm/src/index.node.js",
Expand Down Expand Up @@ -43,7 +43,7 @@
"test-node": "npm run build && jasmine --config=jasmine.json",
"lint": "tslint --fix -p tsconfig.json && prettier --write --list-different src/**/*.ts test/**/*.{ts,config.js} ./*.{ts,js,json,md} docs/**/*.md && markdownlint ./*.md",
"precommit": "lint-staged && npm test -- --single-run --no-auto-watch",
"publish": "npm run build && npm publish"
"publ": "npm run build && npm publish"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 35ad717

Please sign in to comment.