Skip to content

Commit

Permalink
chore: update npm config
Browse files Browse the repository at this point in the history
  • Loading branch information
kagawagao committed Oct 19, 2021
1 parent def3abf commit 3b8f978
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
"version": "1.0.0",
"description": "run command after git merge",
"main": "lib/index.js",
"bin": "./bin/diff-run.js",
"files": [
"bin",
"lib"
],
"scripts": {
"dev": "cross-env BABEL_ENV=development dumi dev",
"lint": "eslint . --ext=.ts,.tsx",
Expand All @@ -22,7 +27,7 @@
"type": "git",
"url": "git@github.com:kagawagao/diff-run.git"
},
"author": "",
"author": "kagawagao <kingsongao1221@gmail.com>",
"license": "MIT",
"prettier": "@opd/prettier-config-pangu",
"devDependencies": {
Expand Down

0 comments on commit 3b8f978

Please sign in to comment.