Restore the ability to match using share urls

This commit is contained in:
Jonathan Cremin 2015-11-30 12:42:22 +00:00
parent 38139d77d6
commit 93ae893400
2 changed files with 38 additions and 4 deletions

View file

@ -9,8 +9,8 @@
"start": "node -r babel-core/register app.js",
"test": "mocha --require co-mocha --compilers js:babel-core/register test/**/*.js --timeout=10000",
"watch": "parallelshell \"npm run watch-js\" \"npm run watch-server\"",
"watch-js": "babel --modules system -wd public/views views",
"watch-server": "nodemon -x \"node -r babel-core/register\" -e js,jsx -i public/ app.js"
"watch-js": "babel -wd public/views views",
"watch-server": "nodemon -x \"node -r babel-core/register\" -e js,jsx -i public/ -i chrome/ app.js"
},
"engines": {
"node": "^5.0.0",