Comparing version 0.2.0 to 0.2.1
@@ -6,2 +6,10 @@ # Change Log | ||
## [0.2.1](https://github.com/ffflorian/api-clients/tree/master/packages/crates.io/compare/crates.io@0.2.0...crates.io@0.2.1) (2019-03-08) | ||
**Note:** Version bump only for package crates.io | ||
# 0.2.0 (2019-03-08) | ||
@@ -8,0 +16,0 @@ |
@@ -9,9 +9,3 @@ { | ||
"@types/node": "11.10.5", | ||
"prettier": "1.16.4", | ||
"rimraf": "2.6.3", | ||
"touch": "3.1.0", | ||
"tslint": "5.13.1", | ||
"tslint-config-prettier": "1.18.0", | ||
"tslint-plugin-prettier": "2.0.1", | ||
"typedoc": "0.14.2", | ||
"typescript": "3.3.3333" | ||
@@ -34,14 +28,8 @@ }, | ||
"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": "exit 0" | ||
}, | ||
"version": "0.2.0" | ||
"version": "0.2.1", | ||
"gitHead": "26cfc5fdc2a49cf32e0ba6fd672d44f83f32ebc1" | ||
} |
3
41914