@teppeis/multimaps
Advanced tools
Comparing version 1.0.0 to 1.1.0
{ | ||
"name": "@teppeis/multimaps", | ||
"description": "Multimap classes for TypeScript and JavaScript", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"author": "Teppei Sato <teppeis@gmail.com>", | ||
@@ -12,5 +12,6 @@ "publishConfig": { | ||
}, | ||
"main": "dist/index.js", | ||
"main": "dist/src/index.js", | ||
"types": "dist/src/index.d.ts", | ||
"files": [ | ||
"dist" | ||
"dist/src" | ||
], | ||
@@ -22,2 +23,3 @@ "scripts": { | ||
"mocha": "mocha -r espower-typescript/guess --watch-extensions ts,tsx 'test/**/*.{ts,tsx}'", | ||
"prepublishOnly": "run-s clean build", | ||
"test": "run-s clean lint build mocha" | ||
@@ -27,15 +29,15 @@ }, | ||
"@types/mocha": "^5.2.5", | ||
"@types/node": "^10.9.4", | ||
"eslint-config-teppeis": "^8.2.0", | ||
"espower-typescript": "^9.0.0", | ||
"@types/node": "^10.11.4", | ||
"eslint-config-teppeis": "^8.3.0", | ||
"espower-typescript": "^9.0.1", | ||
"mocha": "^5.2.0", | ||
"npm-run-all": "^4.1.3", | ||
"power-assert": "^1.6.0", | ||
"prettier": "1.14.2", | ||
"power-assert": "^1.6.1", | ||
"prettier": "1.14.3", | ||
"rimraf": "^2.6.2", | ||
"ts-node": "^7.0.1", | ||
"tslint": "^5.11.0", | ||
"tslint-import-eslint-config": "^1.0.1", | ||
"tslint-plugin-prettier": "^1.3.0", | ||
"typescript": "^3.0.3" | ||
"tslint-import-eslint-config": "^1.0.3", | ||
"tslint-plugin-prettier": "^2.0.0", | ||
"typescript": "^3.1.1" | ||
}, | ||
@@ -42,0 +44,0 @@ "homepage": "https://github.com/teppeis/multimaps#readme", |
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
21126
10
475