git ssb

1+

dinoworm ๐Ÿ› / catstack



Commit 046aac8072d15b8432bc90f0510dc3390c41436f

upgrade ava

Michael Williams committed on 1/15/2016, 11:30:00 PM
Parent: 2a3d6d9180c1bf18cc316abc4dd7bac73115a41c

Files changed

package.jsonchanged
package.jsonView
@@ -7,9 +7,9 @@
77 "postinstall": "lnfs app node_modules/app",
88 "lint": "snazzy",
99 "format": "snazzy --format",
1010 "test": "NODE_ENV=test npm-run-all -p test:*",
11- "test:spec": "ava -r babel-core/register",
11+ "test:spec": "ava",
1212 "test:feature": "cucumber-js",
1313 "pg:pull": "docker pull postgres",
1414 "pg:run": "docker run -d -p 5432:5432 --name=business-postgres postgres",
1515 "pg:start": "docker start business-postgres",
@@ -33,8 +33,12 @@
3333 "ava": {
3434 "cache": false,
3535 "files": [
3636 "**/*.spec.js"
37+ ],
38+ "require": [
39+ "babel-core/register",
40+ "css-modules-require-hook"
3741 ]
3842 },
3943 "repository": {
4044 "type": "git",
@@ -63,9 +67,9 @@
6367 "node": "^4.0.0",
6468 "npm": "^3.0.0"
6569 },
6670 "devDependencies": {
67- "ava": "github:sindresorhus/ava#16c7282e97c9ab671bc1d56920fd3fb125a65eab",
71+ "ava": "^0.10.0",
6872 "babel-plugin-react-transform": "^2.0.0",
6973 "browserify-hmr": "^0.3.1",
7074 "cucumber": "^0.9.2",
7175 "ecstatic-lr": "^1.0.1",

Built with git-ssb-web