Skip to content

Commit ac26a73

Browse files
committed
be careful not to exclude dist/ folder (generated by npm prepublish)
from being published @see npm/npm#3571
1 parent 822f536 commit ac26a73

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
.DS_Store
22
npm-debug.log
33
node_modules
4-
typings
54
*.map
65
out/
76
dist/

.npmignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
.DS_Store
2+
npm-debug.log
3+
node_modules
4+
*.map
5+
out/

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "json-schema-to-typescript",
3-
"version": "2.1.1",
3+
"version": "2.1.2",
44
"description": "compile json schema to typescript typings",
55
"main": "dist/index.js",
66
"typings": "dist/index.d.ts",

0 commit comments

Comments
 (0)