Skip to content

Commit

Permalink
0.10.0 prebuild npmignore
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinepairet committed Apr 2, 2017
1 parent d751b77 commit b966d47
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 7 deletions.
28 changes: 25 additions & 3 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
/testIntegration
/.idea
/build
/build/*
node_modules
*.node
*.swp
.lock*
npm-debug.log
.idea
node-java.cbp
*.iml
*.kdev4
*/.kdev_include_paths
.vscode

# npmignore - content above this line is automatically generated and modifications may be omitted
# see npmjs.com/npmignore for more details.
update-commons-lang.sh
testHelpers
testRunner.js
test
test8
src
examples
docker
testAsyncOptions
testIntegration/
11 changes: 7 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "java",
"name": "@antoinepairet/java",
"description": "Bridge API to connect with existing Java APIs.",
"author": "Joe Ferner <[email protected]>",
"keywords": [
"java",
"jvm",
"bridge"
],
"version": "0.8.0",
"version": "0.10.0",
"engines": {
"node": ">=0.10.0"
},
Expand All @@ -31,7 +31,8 @@
"glob": "7.1.1",
"locate-java-home": "^0.1.6",
"lodash": "4.16.4",
"nan": "2.4.0"
"nan": "2.4.0",
"prebuild-install": "https://github.com/antoinepairet/prebuild-install#master"
},
"devDependencies": {
"chalk": "1.1.3",
Expand All @@ -40,7 +41,9 @@
},
"scripts": {
"test": "node testRunner.js",
"postinstall": "node postInstall.js"
"postinstall": "node postInstall.js",
"install": "prebuild-install || node-gyp rebuild",
"prepublish": "npmignore"
},
"main": "./index.js"
}

0 comments on commit b966d47

Please sign in to comment.