@aller/site-id
Advanced tools
Comparing version 1.0.0 to 1.1.0
{ | ||
"name": "@aller/site-id", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "Site ID to host and vice versa", | ||
@@ -8,4 +8,7 @@ "main": "lib/index.js", | ||
"prepare": "babel src/ -d lib/", | ||
"test": "npm run test:eslint", | ||
"test:eslint": "eslint src --max-warnings=0" | ||
"test": "npm run test:eslint && npm run test:ava", | ||
"test:ava": "ava", | ||
"test:eslint": "eslint src --max-warnings=0", | ||
"test:verbose": "ava --verbose", | ||
"test:watch": "ava --verbose --watch" | ||
}, | ||
@@ -23,2 +26,3 @@ "repository": { | ||
"@aller/eslint-config-aller": "0.5.2", | ||
"ava": "0.25.0", | ||
"babel-cli": "6.26.0", | ||
@@ -28,2 +32,3 @@ "babel-eslint": "8.2.3", | ||
"babel-preset-env": "1.7.0", | ||
"babel-register": "6.26.0", | ||
"eslint": "4.19.1", | ||
@@ -33,3 +38,10 @@ "eslint-plugin-import": "2.12.0", | ||
"eslint-plugin-react": "7.9.1" | ||
}, | ||
"ava": { | ||
"require": [ | ||
"babel-register" | ||
], | ||
"failFast": true, | ||
"babel": "inherit" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
132495
8
89
11