Skip to content

Commit

Permalink
feat(package.json): add dom-helpers to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tomchentw committed Oct 28, 2017
1 parent f9c414d commit 66cb57f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
17 changes: 6 additions & 11 deletions package.json
Expand Up @@ -17,11 +17,7 @@
},
"homepage": "https://tomchentw.github.io/react-toastr/",
"main": "lib/index.js",
"files": [
"lib/",
"src/",
"CHANGELOG.md"
],
"files": ["lib/", "src/", "CHANGELOG.md"],
"keywords": [
"React.js",
"React",
Expand All @@ -43,17 +39,16 @@
"prebuild:lib": "rimraf lib",
"build:lib": "cross-env NODE_ENV=production babel src/lib --out-dir lib",
"precommit:lib": "npm run build:lib",
"commit:lib": "git add -A && git commit -m 'chore(lib): compile from src with `babel`'",
"commit:lib":
"git add -A && git commit -m 'chore(lib): compile from src with `babel`'",
"precommit:docs": "npm run styleguide:build",
"commit:docs": "git add -A && git commit -m 'docs: compile from src with `styleguidist`'",
"commit:docs":
"git add -A && git commit -m 'docs: compile from src with `styleguidist`'",
"prerelease": "npm run commit:lib && npm run commit:docs",
"release": "standard-version"
},
"lint-staged": {
"*.{js,jsx,json,css}": [
"prettier --write",
"git add"
]
"*.{js,jsx,json,css}": ["prettier --write", "git add"]
},
"babel": {
"plugins": [
Expand Down
4 changes: 4 additions & 0 deletions yarn.lock
Expand Up @@ -2439,6 +2439,10 @@ dom-converter@~0.1:
dependencies:
utila "~0.3"

dom-helpers@^3.2.1:
version "3.2.1"
resolved "https://registry.yarnpkg.com/dom-helpers/-/dom-helpers-3.2.1.tgz#3203e07fed217bd1f424b019735582fc37b2825a"

dom-serializer@0:
version "0.1.0"
resolved "https://registry.yarnpkg.com/dom-serializer/-/dom-serializer-0.1.0.tgz#073c697546ce0780ce23be4a28e293e40bc30c82"
Expand Down

0 comments on commit 66cb57f

Please sign in to comment.