Skip to content

Commit

Permalink
Merge pull request #36 from subshad/master
Browse files Browse the repository at this point in the history
Re-organise browserify transform
  • Loading branch information
MicheleBertoli committed Feb 5, 2016
2 parents c35c56a + 4726673 commit 250389d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
4 changes: 4 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
src/
demo/
Procfile
server.js
10 changes: 2 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@
"description": "A Google Maps component for React.js",
"main": "dist/index.js",
"scripts": {
"prepublish": "npm run build",
"build": "babel ./src --out-dir ./dist",
"pretest": "eslint ./src",
"test": "jest",
"demo": "browserify ./demo/index.js -o ./demo/build.js",
"demo": "browserify -t babelify ./demo/index.js -o ./demo/build.js",
"start": "node server"
},
"repository": {
Expand Down Expand Up @@ -37,13 +38,6 @@
"jest-cli": "^0.7.0",
"react-addons-test-utils": "^0.14.2"
},
"browserify": {
"transform": [
[
"babelify"
]
]
},
"jest": {
"testPathDirs": [
"./src"
Expand Down

0 comments on commit 250389d

Please sign in to comment.