@most/prelude
Advanced tools
Comparing version 1.6.3 to 1.6.4
{ | ||
"name": "@most/prelude", | ||
"version": "1.6.3", | ||
"version": "1.6.4", | ||
"description": "prelude", | ||
@@ -19,3 +19,3 @@ "main": "dist/index.js", | ||
"test": "npm run test:lint && npm run test:unit && npm run test:flow", | ||
"test:lint": "eslint src test", | ||
"test:lint": "standard --fix 'src/**/*.js' 'test/**/*.js' --verbose | snazzy", | ||
"test:unit": "nyc --reporter=text-summary mocha -r buba/register --reporter dot", | ||
@@ -35,3 +35,2 @@ "test:flow": "flow check" | ||
"devDependencies": { | ||
"@most/eslint-config-most": "^1.0.3", | ||
"babel-preset-power-assert": "^1.0.0", | ||
@@ -44,4 +43,12 @@ "buba": "^4.0.2", | ||
"rollup": "^0.43.0", | ||
"rollup-plugin-buble": "^0.15.0" | ||
"rollup-plugin-buble": "^0.15.0", | ||
"snazzy": "^7.0.0", | ||
"standard": "^10.0.3" | ||
}, | ||
"standard": { | ||
"ignore": [ | ||
"test/perf", | ||
"test/flow" | ||
] | ||
} | ||
} |
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
41227
10