We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9673ba commit 83527a5Copy full SHA for 83527a5
2 files changed
.npmignore
@@ -0,0 +1,5 @@
1
+/site
2
+*~
3
+/src/build
4
+/src/dist
5
+/src/Makefile
package.json
@@ -2,7 +2,7 @@
"author": "Lloyd Hilaiel <lloyd@hilaiel.com> (http://lloyd.io)",
"name": "JSONSelect",
"description": "CSS-like selectors for JSON",
- "version": "0.2.2",
+ "version": "0.3.0",
6
"homepage": "http://jsonselect.org",
7
"repository": {
8
"type": "git",
@@ -14,16 +14,6 @@
14
},
15
"dependencies": {},
16
"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
- ],
27
"scripts": {
28
"test": "node src/test/run.js"
29
}
0 commit comments