angular2-meteor
Advanced tools
Comparing version 0.7.0-beta.3 to 0.7.0
{ | ||
"name": "angular2-meteor", | ||
"version": "0.7.0-beta.3", | ||
"version": "0.7.0", | ||
"keywords": [ | ||
@@ -31,3 +31,6 @@ "angular", | ||
"lint": "tslint modules/**/*.ts", | ||
"test": "./run_tests.sh", | ||
"pretest": "cd tests && npm install", | ||
"test:unit": "cd tests && meteor test --once --driver-package=dispatch:mocha-phantomjs", | ||
"test:app": "cd tests && meteor test --full-app --once --driver-package=dispatch:mocha-phantomjs", | ||
"test": "npm run test:unit && npm run test:app", | ||
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s", | ||
@@ -34,0 +37,0 @@ "rollup:browser": "rollup -i ./dist/index.js -o ./dist/bundles/index.umd.js -n ng.meteor -c rollup.config.js", |
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
133547
63