Skip to content

Commit

Permalink
1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
d4rkr00t committed Sep 4, 2017
1 parent dcbea77 commit b7728ed
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prosemirror-dev-tools",
"version": "1.3.6",
"version": "1.4.0",
"description": "Dev Tools for ProseMirror",
"main": "dist/cjs/index.js",
"scripts": {
Expand All @@ -9,8 +9,7 @@
"start": "aik example/index.js",
"prebuild": "rimraf ./dist",
"build": "npm run build:umd && npm run build:cjs",
"build:umd":
"webpack --optimize-minimize --config ./.build/webpack.config.umd.js",
"build:umd": "webpack --optimize-minimize --config ./.build/webpack.config.umd.js",
"build:cjs": "BABEL_ENV=production babel src --out-dir dist/cjs",
"lint:all": "eslint ./src",
"lint:staged": "lint-staged",
Expand All @@ -35,8 +34,7 @@
"html": "^1.0.0",
"ie-array-find-polyfill": "^1.1.0",
"javascript-stringify": "^1.6.0",
"jsondiffpatch":
"github:d4rkr00t/jsondiffpatch#d80390b4354befe55802e292122b8059462c1b7d",
"jsondiffpatch": "github:d4rkr00t/jsondiffpatch#d80390b4354befe55802e292122b8059462c1b7d",
"prosemirror-model": "*",
"prosemirror-state": "*",
"react-dock": "^0.2.3",
Expand Down Expand Up @@ -76,9 +74,15 @@
"eslintConfig": {
"extends": "./node_modules/aik/lib/eslint-config.js"
},
"pre-commit": ["lint:staged"],
"pre-commit": [
"lint:staged"
],
"lint-staged": {
"*.js": ["eslint", "prettier --write", "git add"]
"*.js": [
"eslint",
"prettier --write",
"git add"
]
},
"config": {
"commitizen": {
Expand Down

0 comments on commit b7728ed

Please sign in to comment.