Skip to content
This repository has been archived by the owner on Dec 16, 2019. It is now read-only.

Commit

Permalink
Update packages, Add browserifyinc
Browse files Browse the repository at this point in the history
  • Loading branch information
e-jigsaw committed Jan 7, 2016
1 parent 9ae1cda commit a20ccc2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules
build
browserify-cache.json
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"build": "npm-run-all -s build:before build:bundle",
"build:before": "mkdir -p $npm_package_config_DEST",
"build:bundle": "browserify -t [ @jigsaw/anyify --ls [ livescript?compile ] ] src/index.ls > $npm_package_config_DEST/index.js",
"build:dev": "browserify -p browserify-notify -t [ @jigsaw/anyify --ls [ livescript?compile ] ] src/index.ls > $npm_package_config_DEST/index.js",
"build:dev": "browserifyinc -p browserify-notify -t [ @jigsaw/anyify --ls [ livescript?compile ] ] src/index.ls -o $npm_package_config_DEST/index.js -v",
"build:production": "npm-run-all -s build uglify",
"clean": "rm -rf $npm_package_config_DEST",
"uglify": "uglifyjs --compress --mangle -- $npm_package_config_DEST/index.js > $npm_package_config_DEST/index.min.js && cat $npm_package_config_DEST/index.min.js > $npm_package_config_DEST/index.js && rm -f $npm_package_config_DEST/index.min.js",
Expand All @@ -36,17 +36,17 @@
"firebase": "^2.3.1",
"good": "^6.4.0",
"good-console": "^5.2.0",
"hapi": "^11.1.0",
"hapi": "^12.0.1",
"inert": "^3.2.0",
"isomorphic-fetch": "^2.2.0",
"jade": "^1.11.0",
"livescript": "^1.4.0",
"lodash.assign": "^3.2.0",
"neo-async": "^1.7.0",
"neo-async": "^1.7.2",
"npm-run-all": "^1.2.12",
"pouchdb": "^5.1.0",
"react": "^0.14.2",
"react-dom": "^0.14.2",
"react": "^0.14.6",
"react-dom": "^0.14.6",
"react-notification-system": "^0.2.5",
"react-redux": "^4.0.0",
"redux": "^3.0.4",
Expand All @@ -58,6 +58,7 @@
"vision": "^4.0.1"
},
"devDependencies": {
"browserify-incremental": "^3.0.1",
"browserify-notify": "^1.1.2",
"chokidar-cli": "^1.2.0"
}
Expand Down

0 comments on commit a20ccc2

Please sign in to comment.