@craigcollie/universal-route-middleware
Advanced tools
Comparing version 0.0.5 to 0.0.8
@@ -29,2 +29,2 @@ 'use strict'; | ||
}; | ||
}; | ||
}; |
{ | ||
"name": "@craigcollie/universal-route-middleware", | ||
"version": "0.0.5", | ||
"version": "0.0.8", | ||
"main": "lib/index.js", | ||
@@ -25,8 +25,8 @@ "license": "MIT", | ||
"scripts": { | ||
"mocha": "mocha --opts .mocharc 'src/**/*-spec.js'", | ||
"mochaSingle": "mocha --opts .mocharc src/**/$test*-spec.js -w", | ||
"build": "babel src --out-dir lib --ignore *-spec.js", | ||
"mocha": "mocha --opts .mocharc 'tests/**/*-spec.js'", | ||
"mochaSingle": "mocha --opts .mocharc tests/**/$test*-spec.js -w", | ||
"build": "yarn run clean && babel index.js --out-file lib/index.js", | ||
"clean": "rm -rf lib && mkdir lib", | ||
"prepublishOnly": "yarn run clean && yarn mocha && yarn build" | ||
"prepublishOnly": "yarn mocha && yarn build" | ||
} | ||
} |
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
1545
23