Skip to content

Commit

Permalink
Update install
Browse files Browse the repository at this point in the history
  • Loading branch information
microshine committed Dec 28, 2016
1 parent 0ecaa53 commit 275c602
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .npmignore
@@ -1,5 +1,7 @@
/.vscode
/node_modules
/samples
/src
/lib
/.nyc_output/
/coverage/
/typings
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -4,6 +4,7 @@
"description": "XMLDSIGjs provides an implementation of XMLDSIG in Typescript/Javascript based on WebCrypto ",
"main": "lib/src/index",
"scripts": {
"install": "npm run build",
"start": "node test/html/server.js",
"pretest": "npm run build:map",
"test": "mocha test/scripts",
Expand Down

0 comments on commit 275c602

Please sign in to comment.