mobiledoc-kit
Advanced tools
Comparing version 0.13.1 to 0.13.2-pre.0
{ | ||
"name": "mobiledoc-kit", | ||
"version": "0.13.1", | ||
"version": "0.13.2-pre.0", | ||
"description": "A toolkit for building WYSIWYG editors with Mobiledoc", | ||
@@ -15,3 +15,5 @@ "repository": "https://github.com/bustle/mobiledoc-kit", | ||
"test:ci": "yarn build:docs && yarn build && testem ci -f testem-ci.js", | ||
"test": "yarn build && testem ci -f testem.js", | ||
"test": "yarn format && yarn build && testem ci -f testem.js", | ||
"lint": "prettier src/**/*.{js,ts} --check && eslint src/**/*.{js,ts}", | ||
"format": "prettier src --write", | ||
"build": "rollup -c", | ||
@@ -50,20 +52,34 @@ "build:docs": "jsdoc -c ./.jsdoc", | ||
"devDependencies": { | ||
"@rollup/plugin-alias": "^3.1.0", | ||
"@rollup/plugin-commonjs": "^11.1.0", | ||
"@rollup/plugin-node-resolve": "^7.1.3", | ||
"@rollup/plugin-alias": "^3.1.1", | ||
"@rollup/plugin-commonjs": "^15.0.0", | ||
"@rollup/plugin-node-resolve": "^9.0.0", | ||
"@rollup/plugin-typescript": "^5.0.2", | ||
"@typescript-eslint/eslint-plugin": "^3.6.1", | ||
"@typescript-eslint/parser": "^3.6.1", | ||
"conventional-changelog-cli": "^2.0.34", | ||
"eslint": "^7.4.0", | ||
"eslint-config-prettier": "^6.11.0", | ||
"jquery": "^3.5.1", | ||
"jsdoc": "^3.6.4", | ||
"qunit": "^2.10.0", | ||
"rollup": "^2.10.3", | ||
"jsdoc": "^3.6.5", | ||
"prettier": "^2.1.1", | ||
"qunit": "^2.11.1", | ||
"rollup": "^2.26.9", | ||
"rollup-plugin-copy": "^3.3.0", | ||
"rollup-plugin-glob-import": "^0.4.5", | ||
"rollup-plugin-serve": "^1.0.1", | ||
"rollup-plugin-serve": "^1.0.4", | ||
"saucie": "^3.3.3", | ||
"testem": "^3.1.0" | ||
"testem": "^3.2.0", | ||
"tslib": "^2.0.0", | ||
"typescript": "^3.9.3" | ||
}, | ||
"prettier": { | ||
"arrowParens": "avoid", | ||
"printWidth": 120, | ||
"semi": false, | ||
"singleQuote": true | ||
}, | ||
"volta": { | ||
"node": "12.14.1", | ||
"yarn": "1.22.1" | ||
"yarn": "1.22.4" | ||
} | ||
} |
@@ -80,3 +80,3 @@ # Mobiledoc Kit | ||
const simpleMobiledoc = { | ||
version: "0.3.1", | ||
version: "0.3.2", | ||
markups: [], | ||
@@ -125,3 +125,3 @@ atoms: [], | ||
* `editor.serialize(version="0.3.1")` - serialize the current post for persistence. Returns | ||
* `editor.serialize(version="0.3.2")` - serialize the current post for persistence. Returns | ||
Mobiledoc. | ||
@@ -453,3 +453,3 @@ * `editor.destroy()` - teardown the editor event listeners, free memory etc. | ||
### Tests | ||
### Tests, Linting, Formatting | ||
@@ -473,2 +473,10 @@ Install dependencies via yarn: | ||
Run linter | ||
* `yarn lint` | ||
Run formatting | ||
* `yarn format` | ||
### Demo | ||
@@ -475,0 +483,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
906415
21651
523
21