Skip to content

Commit

Permalink
Removed dist from git.
Browse files Browse the repository at this point in the history
- Added dist directory to .gitignore
- Added prepublish npm script to create dist files before publishing the package
- Added .npmignore to override .gitignore for npm publish in order to include dist files in published package
  • Loading branch information
miladmostavi committed Nov 23, 2017
1 parent 4e7ab77 commit 43012a5
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 68,567 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
node_modules/
dist/
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules/
1 change: 1 addition & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## Version 3.0.1 - 2017-11-14 ##

* Fixed an issue with `signing.concatSig` where the `r` and `s` were not left padded, and the resulting signature was invalid.
* Removed dist files from git.

## Version 3.0.0 - 2017-11-01 ##

Expand Down
Loading

0 comments on commit 43012a5

Please sign in to comment.