0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-13 06:32:39 +00:00

Pseudo borders are now working

This commit is contained in:
Scott Tolksdorf
2017-03-19 13:50:45 -04:00
parent 30d3fcf168
commit a3251dfa19
2 changed files with 42 additions and 41 deletions

View File

@@ -7,14 +7,11 @@
"quick": "node scripts/quick.js",
"build": "node scripts/build.js",
"populate": "node scripts/populate.js",
"prod": "set NODE_ENV=production&& npm run build",
"postinstall": "npm run build",
"start": "node server.js",
"snippet" : "nodemon scripts/snippet.test.js",
"todo" : "node_modules/.bin/notes -h true -x node_modules/ -x build/",
"snippet": "nodemon scripts/snippet.test.js",
"todo": "./node_modules/.bin/fixme -i node_modules/** -i build/**",
"test": "mocha tests",
"test:dev": "nodemon -x mocha tests || exit 0",
"test:markdown": "nodemon -x mocha tests/markdown.test.js || exit 0"
@@ -50,6 +47,7 @@
"chai": "^3.5.0",
"chai-as-promised": "^6.0.0",
"chai-subset": "^1.4.0",
"fixme": "^0.4.3",
"mocha": "^3.2.0",
"supertest": "^2.0.1",
"supertest-as-promised": "^4.0.2"