forked from ampretia/node-x509
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: issue ampretia#9 wrong json structure
Wrong JSON structure Signed-off-by: Matthew B. White <[email protected]>
- Loading branch information
Showing
6 changed files
with
1,228 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,8 @@ | |
"url": "[email protected]:ampretia/node-x509.git" | ||
}, | ||
"scripts": { | ||
"build": "node-gyp build", | ||
"configure" : "node-gyp configure", | ||
"build": "npm run configure && node-gyp build", | ||
"clean": "rm -rf node_modules && rm package-lock.json && rm -rf build", | ||
"test": "node test/test", | ||
"release": "standard-version" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.