most-subject
Advanced tools
Comparing version 4.0.1 to 4.0.2
{ | ||
"name": "most-subject", | ||
"version": "4.0.1", | ||
"version": "4.0.2", | ||
"description": "Subject implemented in Most", | ||
@@ -13,3 +13,3 @@ "main": "dist/most-subject.js", | ||
"lint": "eslint src/ && flow", | ||
"mocha": "mocha --compilers js:babel-core/register", | ||
"mocha": "mocha -r babel-register", | ||
"test": "npm run lint && npm run mocha", | ||
@@ -35,5 +35,2 @@ "docs": "rimraf docs && mkdirp docs && documentation build -f 'html' -g -o docs/ src/*.js", | ||
"homepage": "https://github.com/tylors/most-subject#readme", | ||
"browserify-shim": { | ||
"most": "global:most" | ||
}, | ||
"devDependencies": { | ||
@@ -48,2 +45,3 @@ "@most/eslint-config-most": "^1.0.2", | ||
"babel-preset-es2015-rollup": "^1.1.1", | ||
"babel-register": "^6.8.0", | ||
"documentation": "^4.0.0-beta2", | ||
@@ -50,0 +48,0 @@ "eslint": "^2.10.1", |
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
12611
21