Skip to content

Commit ce581e4

Browse files
committed
Merge pull request #3 from jakewins/npm-install
Make npm install build the es6 project, and include the build/node/ne…
2 parents 5e0a72f + 44e24c6 commit ce581e4

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
lib/

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,10 @@
1010
},
1111
"scripts": {
1212
"test": "gulp test",
13-
"build": "gulp"
13+
"build": "gulp all",
14+
"prepublish": "npm run build"
1415
},
15-
"main": "lib/neo4j.js",
16+
"main": "build/node/neo4j.js",
1617
"devDependencies": {
1718
"babelify": "^6.3.0",
1819
"browserify": "^11.0.0",

0 commit comments

Comments
 (0)