-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
/.vscode | ||
/node_modules | ||
/build | ||
/lib | ||
/typings | ||
.gitignore | ||
tsconfig.json | ||
tsd.json |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
"main": "buildjs/webcrypto.js", | ||
"scripts": { | ||
"test": "mocha", | ||
"install": "tsd install && tsc && node-gyp rebuild" | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
microshine
Contributor
|
||
"install": "node-gyp rebuild" | ||
}, | ||
"author": "PeculiarVentures", | ||
"license": "MIT", | ||
|
Why this change?