Skip to content

Commit

Permalink
1.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
d4rkr00t committed Jun 27, 2017
1 parent d9946d6 commit 5d7c350
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prosemirror-dev-tools",
"version": "1.3.5",
"version": "1.3.6",
"description": "Dev Tools for ProseMirror",
"main": "dist/cjs/index.js",
"module": "src/index.js",
Expand Down Expand Up @@ -71,9 +71,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 5d7c350

Please sign in to comment.