libraries.io
Advanced tools
Comparing version 1.2.3 to 1.2.4
@@ -6,4 +6,12 @@ # Change Log | ||
## [1.2.4](https://github.com/ffflorian/api-clients/tree/master/packages/libraries.io/compare/libraries.io@1.2.3...libraries.io@1.2.4) (2019-03-08) | ||
**Note:** Version bump only for package libraries.io | ||
## 1.2.3 (2019-03-08) | ||
**Note:** Version bump only for package libraries.io |
@@ -12,10 +12,4 @@ { | ||
"nock": "10.0.6", | ||
"prettier": "1.16.4", | ||
"rimraf": "2.6.3", | ||
"touch": "3.1.0", | ||
"ts-node": "8.0.3", | ||
"tslint": "5.13.1", | ||
"tslint-config-prettier": "1.18.0", | ||
"tslint-plugin-prettier": "2.0.1", | ||
"typedoc": "0.14.2", | ||
"typescript": "3.3.3333" | ||
@@ -38,15 +32,9 @@ }, | ||
"build": "tsc", | ||
"build:docs": "typedoc", | ||
"clear": "rimraf dist", | ||
"clear:docs": "rimraf docs", | ||
"dist": "yarn clear && yarn build", | ||
"dist:docs": "yarn clear:docs && yarn build:docs && nodetouch docs/.nojekyll", | ||
"lint": "yarn lint:ts && yarn lint:other", | ||
"lint:other": "yarn prettier --list-different", | ||
"lint:ts": "tslint --config tslint.json --project tsconfig.json \"**/*.ts\"", | ||
"prettier": "prettier --ignore-path .gitignore --write \"**/*.ts\"", | ||
"clean": "rimraf dist", | ||
"dist": "yarn clean && yarn build", | ||
"test": "ts-node -P tsconfig.jasmine.json node_modules/.bin/jasmine" | ||
}, | ||
"types": "dist/index.d.ts", | ||
"version": "1.2.3" | ||
"version": "1.2.4", | ||
"gitHead": "26cfc5fdc2a49cf32e0ba6fd672d44f83f32ebc1" | ||
} |
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
6
65581