typed-path
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "typed-path", | ||
"version": "1.0.0", | ||
"main": "index.ts", | ||
"version": "1.0.1", | ||
"main": "index.js", | ||
"repository": {}, | ||
"author": "Oleksandr Beshchuk <bs.alex.mail@gmail.com>", | ||
"license": "Apache-2.0", | ||
"dependencies": { | ||
}, | ||
"dependencies": {}, | ||
"files": [ | ||
"LICENSE", | ||
"index.ts" | ||
"index.ts", | ||
"index.js", | ||
"index.js.map", | ||
"index.d.ts" | ||
], | ||
"scripts": { | ||
"test": "mocha --require ts-node/register index.spec.ts" | ||
"test": "mocha --require ts-node/register index.spec.ts", | ||
"lint": "tslint 'src/**/*.ts' 'src/**/*.tsx'", | ||
"prepush": "yarn lint && yarn build && git diff --exit-code", | ||
"build": "tsc" | ||
}, | ||
@@ -21,6 +26,8 @@ "devDependencies": { | ||
"chai": "^3.5.0", | ||
"husky": "^0.13.1", | ||
"mocha": "^3.2.0", | ||
"ts-node": "^2.1.0", | ||
"tslint": "^4.4.2" | ||
"tslint": "^4.4.2", | ||
"typescript": "^2.2.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
5268
7
73
8