Skip to content

Commit f9ba09a

Browse files
popomoreisaacs
authored andcommitted
Add pkg.files to ignore files when npm publish
1 parent 666d4ce commit f9ba09a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,8 @@
1818
"devDependencies": {
1919
"tap": "^1.2.0"
2020
},
21-
"license": "ISC"
21+
"license": "ISC",
22+
"files": [
23+
"ini.js"
24+
]
2225
}

0 commit comments

Comments
 (0)