Skip to content

Commit

Permalink
0.3.0 - move to .npmignore cause later versions of npm seem to have t…
Browse files Browse the repository at this point in the history
…rouble with explicit inclusion of files
  • Loading branch information
lloyd committed Jan 5, 2012
1 parent f9673ba commit 83527a5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 deletions.
5 changes: 5 additions & 0 deletions .npmignore
@@ -0,0 +1,5 @@
/site
*~
/src/build
/src/dist
/src/Makefile
12 changes: 1 addition & 11 deletions package.json
Expand Up @@ -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",
"homepage": "http://jsonselect.org",
"repository": {
"type": "git",
Expand All @@ -14,16 +14,6 @@
},
"dependencies": {},
"devDependencies": {},
"files": [
"src/jsonselect.js",
"src/test/run.js",
"src/test/tests",
"tests",
"README.md",
"JSONSelect.md",
"package.json",
"LICENSE"
],
"scripts": {
"test": "node src/test/run.js"
}
Expand Down

0 comments on commit 83527a5

Please sign in to comment.