Skip to content

Commit

Permalink
fix(imagemin): should only include lib directory into npm pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin committed Oct 23, 2019
1 parent 10302a5 commit 780e5da
Show file tree
Hide file tree
Showing 3 changed files with 178 additions and 220 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@
"type-coverage": "type-coverage --cache --detail --ignore-files *.d.ts --strict"
},
"devDependencies": {
"@1stg/babel-preset": "^0.7.9",
"@1stg/babel-preset": "^0.7.10",
"@1stg/commitlint-config": "^0.1.2",
"@1stg/eslint-config": "^0.12.22",
"@1stg/eslint-config": "^0.13.2",
"@1stg/husky-config": "^0.3.2",
"@1stg/lint-staged": "^0.8.11",
"@1stg/prettier-config": "^0.4.3",
"@1stg/remark-config": "^0.2.2",
"@1stg/tsconfig": "^0.6.1",
"@1stg/tslint-config": "^0.4.3",
"@1stg/tslint-config": "^0.4.4",
"@babel/core": "^7.6.4",
"@babel/types": "^7.6.3",
"@commitlint/cli": "^8.2.0",
Expand All @@ -39,7 +39,7 @@
"@types/is-glob": "^4.0.1",
"@types/jest": "^24.0.19",
"@types/lodash": "^4.14.144",
"@types/node": "^12.11.1",
"@types/node": "^12.11.5",
"@types/prettier": "^1.18.3",
"@types/rollup-plugin-json": "^3.0.2",
"@types/rollup-plugin-postcss": "^2.0.0",
Expand All @@ -50,15 +50,15 @@
"husky": "^3.0.9",
"is-glob": "^4.0.1",
"jest": "^24.9.0",
"lerna": "^3.18.1",
"lerna": "^3.18.3",
"lerna-changelog": "^0.8.2",
"lint-staged": "^9.4.2",
"npm-run-all": "^4.1.5",
"prettier": "^1.18.2",
"prop-types": "^15.7.2",
"react": "^16.10.2",
"react-dom": "^16.10.2",
"react-is": "^16.10.2",
"react": "^16.11.0",
"react-dom": "^16.11.0",
"react-is": "^16.11.0",
"rollup": "^1.25.1",
"tiny-glob": "^0.2.6",
"ts-jest": "^24.1.0",
Expand Down
3 changes: 3 additions & 0 deletions packages/imagemin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
"es2015": "lib/es2015",
"fesm5": "lib/esm",
"types": "lib",
"files": [
"lib"
],
"dependencies": {
"imagemin": "^7.0.0",
"imagemin-gifsicle": "^6.0.1",
Expand Down
Loading

0 comments on commit 780e5da

Please sign in to comment.