@akashic/akashic-cli-install
Advanced tools
Comparing version 0.3.4 to 0.3.5
@@ -6,2 +6,13 @@ # Change Log | ||
## [0.3.5](https://github-com-akashic-cli/akashic-games/akashic-cli/compare/@akashic/akashic-cli-install@0.3.4...@akashic/akashic-cli-install@0.3.5) (2019-03-04) | ||
### Bug Fixes | ||
* delete unnecessary files and make test work ([#31](https://github-com-akashic-cli/akashic-games/akashic-cli/issues/31)) ([4517689](https://github-com-akashic-cli/akashic-games/akashic-cli/commit/4517689)) | ||
## 0.3.4 (2019-02-22) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@akashic/akashic-cli-install", | ||
"version": "0.3.4", | ||
"version": "0.3.5", | ||
"description": "npm install wrapper module for Akashic games", | ||
@@ -12,4 +12,4 @@ "main": "lib/index.js", | ||
"lint": "npm run lint:ts && npm run lint:md", | ||
"lint:ts": "tslint -c tslint.json --project ./tsconfig.json", | ||
"lint:md": "remark ./*.md --frail --no-stdout --quiet --rc-path ./.remarkrc", | ||
"lint:ts": "tslint -c ../tslint.json --project ./tsconfig.json", | ||
"lint:md": "remark ./*.md --frail --no-stdout --quiet --rc-path ../.remarkrc", | ||
"test": "npm run test:jasmine && npm run lint", | ||
@@ -38,4 +38,4 @@ "test:jasmine": "istanbul cover --report text --report html --colors -i ./lib/index.js ./node_modules/jasmine/bin/jasmine.js" | ||
"mock-fs": "~4.8.0", | ||
"remark-cli": "5.0.0", | ||
"remark-lint": "~6.0.4", | ||
"remark-cli": "~2.0.0", | ||
"remark-lint": "~5.0.1", | ||
"rimraf": "^2.6.2", | ||
@@ -46,3 +46,3 @@ "tslint": "~5.11.0", | ||
"dependencies": { | ||
"@akashic/akashic-cli-commons": "0.2.13", | ||
"@akashic/akashic-cli-commons": "0.2.14", | ||
"commander": "2.19.0" | ||
@@ -55,3 +55,3 @@ }, | ||
}, | ||
"gitHead": "6c0a11ad60f952238d530b1de8d71e164c5a142e" | ||
"gitHead": "861252346ab66000f9a4a112e527f18825592706" | ||
} |
Sorry, the diff of this file is not supported yet
16069
+ Added@akashic/akashic-cli-commons@0.2.14(transitive)
+ Addedobject-inspect@1.13.4(transitive)
- Removed@akashic/akashic-cli-commons@0.2.13(transitive)
- Removedobject-inspect@1.13.3(transitive)