Skip to content

Commit

Permalink
be careful not to exclude dist/ folder (generated by npm prepublish)
Browse files Browse the repository at this point in the history
from being published

@see npm/npm#3571
  • Loading branch information
bcherny committed Sep 20, 2016
1 parent 822f536 commit ac26a73
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
.DS_Store
npm-debug.log
node_modules
typings
*.map
out/
dist/
5 changes: 5 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.DS_Store
npm-debug.log
node_modules
*.map
out/
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "json-schema-to-typescript",
"version": "2.1.1",
"version": "2.1.2",
"description": "compile json schema to typescript typings",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down

0 comments on commit ac26a73

Please sign in to comment.