Skip to content

Commit 83527a5

Browse files
committed
0.3.0 - move to .npmignore cause later versions of npm seem to have trouble with explicit inclusion of files
1 parent f9673ba commit 83527a5

2 files changed

Lines changed: 6 additions & 11 deletions

File tree

.npmignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
/site
2+
*~
3+
/src/build
4+
/src/dist
5+
/src/Makefile

package.json

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"author": "Lloyd Hilaiel <lloyd@hilaiel.com> (http://lloyd.io)",
33
"name": "JSONSelect",
44
"description": "CSS-like selectors for JSON",
5-
"version": "0.2.2",
5+
"version": "0.3.0",
66
"homepage": "http://jsonselect.org",
77
"repository": {
88
"type": "git",
@@ -14,16 +14,6 @@
1414
},
1515
"dependencies": {},
1616
"devDependencies": {},
17-
"files": [
18-
"src/jsonselect.js",
19-
"src/test/run.js",
20-
"src/test/tests",
21-
"tests",
22-
"README.md",
23-
"JSONSelect.md",
24-
"package.json",
25-
"LICENSE"
26-
],
2717
"scripts": {
2818
"test": "node src/test/run.js"
2919
}

0 commit comments

Comments
 (0)