Skip to content

Commit

Permalink
feat(icons-svg): use np
Browse files Browse the repository at this point in the history
  • Loading branch information
vagusX committed Dec 23, 2019
1 parent 91c5ff8 commit ebf2533
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/icons-svg/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ant-design/icons-svg",
"version": "4.0.0-alpha.1",
"version": "4.0.0-alpha.0",
"sideEffects": false,
"description": "Abstract nodes for ant design icons.",
"contributors": [
Expand Down Expand Up @@ -28,7 +28,7 @@
"build": "cross-env NODE_ENV=production && npm run build:es && npm run build:lib",
"test": "cross-env NODE_ENV=test && npm run test:unit",
"test:unit": "jest",
"prepublish": "npm run test && npm run g && npm run build && npm run type-check && npm run digest",
"prepublishOnly": "npm run test && npm run g && npm run build && npm run type-check && npm run digest && && np --no-cleanup --yolo --no-publish",
"docz:dev": "docz dev",
"docz:build": "docz build",
"digest": "node scripts/digest.js"
Expand Down Expand Up @@ -70,6 +70,7 @@
"lodash": "^4.17.15",
"merge-stream": "^2.0.0",
"minipass": "^3.1.1",
"np": "^5.2.1",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-is": "^16.12.0",
Expand Down

0 comments on commit ebf2533

Please sign in to comment.