Skip to content

Commit 856c865

Browse files
author
Emmanouil Konstantinidis
committed
Move from reactify to babelify
1 parent 78f769c commit 856c865

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
"description": "GitHub Notifications on your menu bar.",
55
"main": "main.js",
66
"scripts": {
7-
"build-js": "mkdir -p build/js && browserify -t reactify src/js/app.js -o build/js/app.js",
7+
"build-js": "mkdir -p build/js && browserify -t babelify src/js/app.js -o build/js/app.js",
88
"build": "ulimit -n 512 && npm install && grunt build && npm run build-js",
9-
"watch-js": "watchify -t reactify src/js/app.js -o build/js/app.js -v",
10-
"watch": "grunt build && npm build && npm run watch-js | grunt watch",
9+
"watch-js": "watchify -t babelify src/js/app.js -o build/js/app.js -v",
10+
"watch": "npm run build && grunt build && npm run watch-js & grunt watch",
1111
"start": "electron .",
1212
"dist": "rm -rf Gitify.app/ && electron-packager . Gitify --platform=darwin --arch=x64 --version=0.30.2 --icon=images/app-icon.icns --prune --ignore=src",
1313
"test": "jsxhint --reporter=node_modules/jshint-stylish 'src/**/*.js', 'index.js' --exclude 'Gruntfile.js' && jscs 'src/js/' && jest"
@@ -121,6 +121,7 @@
121121
"homepage": "https://github.com/ekonstantinidis/gitify",
122122
"dependencies": {
123123
"auto-launch": "=0.1.18",
124+
"babelify": "=6.1.3",
124125
"bootstrap": "=3.3.5",
125126
"browserify": "=11.0.1",
126127
"font-awesome": "=4.4.0",
@@ -129,7 +130,6 @@
129130
"react-router": "=0.13.3",
130131
"react-toggle": "=1.2.3",
131132
"react-tools": "=0.13.3",
132-
"reactify": "=1.1.1",
133133
"reflux": "=0.2.7",
134134
"reloading": "0.0.6",
135135
"superagent": "=1.2.0",

0 commit comments

Comments
 (0)