Skip to content

Commit 2987360

Browse files
committed
excluding all but core files in package.json
1 parent baa6474 commit 2987360

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
language: node_js
22

33
node_js:
4+
- iojs
45
- 0.12
5-
- "iojs"
66

77
script: npm test
88

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@
1616
"engines": {
1717
"node": ">=0.12"
1818
},
19+
"files": [
20+
"bin",
21+
"src"
22+
],
1923
"repository": {
2024
"type": "git",
2125
"url": "https://github.com/Mashape/httpsnippet"

0 commit comments

Comments
 (0)