@marp-team/marpit
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -5,2 +5,17 @@ # Change Log | ||
## v0.2.1 - 2018-11-05 | ||
### Changed | ||
- Support Node 10.x and use its LTS for development ([#84](https://github.com/marp-team/marpit/pull/84), [#88](https://github.com/marp-team/marpit/pull/88)) | ||
- Upgrade dependent packages to latest version ([#90](https://github.com/marp-team/marpit/pull/90)) | ||
### Fixed | ||
- Fix docs to work docsify scripts correctly ([#89](https://github.com/marp-team/marpit/pull/89)) | ||
### Removed | ||
- Remove `defer` attribute from `<inline>` script tag on docs ([#87](https://github.com/marp-team/marpit/pull/87)) | ||
## v0.2.0 - 2018-10-10 | ||
@@ -7,0 +22,0 @@ |
{ | ||
"name": "@marp-team/marpit", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "The skinny framework for creating slide deck from Markdown", | ||
@@ -42,4 +42,4 @@ "license": "MIT", | ||
"docs": "docsify serve ./docs", | ||
"format": "prettier **/*.{json,md,ts,yaml,yml}", | ||
"format:check": "yarn --mutex file run format -l", | ||
"format": "prettier \"**/*.{js,json,md,ts,yaml,yml}\"", | ||
"format:check": "yarn --silent --mutex file run format -l", | ||
"jsdoc": "rimraf jsdoc && jsdoc src -c .jsdoc.json", | ||
@@ -66,8 +66,7 @@ "lint": "eslint", | ||
"dedent": "^0.7.0", | ||
"docsify-cli": "^4.2.1", | ||
"eslint": "^5.6.1", | ||
"docsify-cli": "^4.3.0", | ||
"eslint": "^5.8.0", | ||
"eslint-config-airbnb-base": "13.1.0", | ||
"eslint-config-prettier": "^3.1.0", | ||
"eslint-plugin-import": "^2.14.0", | ||
"eslint-plugin-prettier": "^3.0.0", | ||
"jest": "^23.6.0", | ||
@@ -74,0 +73,0 @@ "jest-junit": "^5.2.0", |
113688
22
0