@thi.ng/dcons
Advanced tools
Comparing version 0.1.7 to 0.1.8
@@ -6,2 +6,10 @@ # Change Log | ||
<a name="0.1.8"></a> | ||
## [0.1.8](https://github.com/thi-ng/umbrella/compare/@thi.ng/dcons@0.1.7...@thi.ng/dcons@0.1.8) (2018-01-30) | ||
**Note:** Version bump only for package @thi.ng/dcons | ||
<a name="0.1.7"></a> | ||
@@ -8,0 +16,0 @@ ## [0.1.7](https://github.com/thi-ng/umbrella/compare/@thi.ng/dcons@0.1.6...@thi.ng/dcons@0.1.7) (2018-01-29) |
{ | ||
"name": "@thi.ng/dcons", | ||
"version": "0.1.7", | ||
"version": "0.1.8", | ||
"description": "Comprehensive doubly linked list structure w/ iterator support", | ||
@@ -12,6 +12,7 @@ "main": "./index.js", | ||
"build": "yarn clean && tsc --declaration", | ||
"clean": "rm -rf *.js *.d.ts build doc", | ||
"clean": "rm -rf *.js *.d.ts .nyc_output build coverage doc", | ||
"cover": "yarn test && nyc report --reporter=lcov", | ||
"doc": "node_modules/.bin/typedoc --mode modules --out doc src", | ||
"pub": "yarn build && yarn publish --access public", | ||
"test": "rm -rf build && tsc -p test && mocha build/test/*.js" | ||
"test": "rm -rf build && tsc -p test && nyc mocha build/test/*.js" | ||
}, | ||
@@ -22,2 +23,3 @@ "devDependencies": { | ||
"mocha": "^5.0.0", | ||
"nyc": "^11.4.1", | ||
"ts-loader": "^3.3.1", | ||
@@ -29,3 +31,3 @@ "typedoc": "^0.9.0", | ||
"dependencies": { | ||
"@thi.ng/api": "^1.4.1" | ||
"@thi.ng/api": "^1.4.2" | ||
}, | ||
@@ -32,0 +34,0 @@ "keywords": [ |
27861
7
496
8
Updated@thi.ng/api@^1.4.2