Skip to content
This repository was archived by the owner on Oct 1, 2023. It is now read-only.

Commit 8898a42

Browse files
committedApr 10, 2015
Merge pull request #6 from SimenB/package.json-files
Don't publish dotfiles or tests to npm registry
2 parents 87bfcca + d68d978 commit 8898a42

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎package.json

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
"scripts": {
77
"test": "node_modules/.bin/mocha"
88
},
9+
"files": [
10+
"index.js"
11+
],
912
"repository": {
1013
"type": "git",
1114
"url": "https://github.com/urish/gulp-add-src"

0 commit comments

Comments
 (0)
This repository has been archived.