ancient-funicular
Advanced tools
Comparing version 4.0.2 to 4.0.3
{ | ||
"name": "ancient-funicular", | ||
"version": "4.0.2", | ||
"version": "4.0.3", | ||
"description": "Abstract hierarchical life cycle of the mount.", | ||
@@ -9,5 +9,5 @@ "bugs": "https://github.com/AncientSouls/Funicular/issues", | ||
"scripts": { | ||
"tsc": "rm -rf ./lib ./tests && tsc", | ||
"test": "mocha ./tests/index.js --require source-map-support/register", | ||
"tslint": "tslint -c tslint.json './src/**/*.ts'", | ||
"tsc": "rm -rf ./lib ./tests && ./node_modules/typescript/bin/tsc", | ||
"test": "./node_modules/mocha/bin/mocha ./tests/index.js --require source-map-support/register", | ||
"tslint": "./node_modules/tslint/bin/tslint -c tslint.json './src/**/*.ts'", | ||
"dev-link": "npm link ancient-mixins && npm link ancient-cursor", | ||
@@ -14,0 +14,0 @@ "dev-test": "(rm -rf .dev && git clone -b dev https://github.com/AncientSouls/AncientSouls.github.io.git .dev && cd .dev && git submodule init && git submodule update && npm run dev-install) && npm link ./ && (cd .dev && npm run dev-use-links && npm run dev-check)" |
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
50076