Skip to content

Commit

Permalink
chore: update devDependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Mar 9, 2022
1 parent 214258d commit b0a7d0f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"scripts": {
"font": "svgtofont --sources icons/icons --output fonts",
"copy": "copyfiles -f fonts/react/*.d.ts lib --verbose && copyfiles -f fonts/react/*.d.ts esm --verbose",
"build": "tsbb build --entry fonts/react/index.js",
"build": "tsbb build --entry fonts/react/index.js --no-source-maps",
"start": "npm run font && npm run build && npm run copy"
},
"files": [
Expand Down Expand Up @@ -50,9 +50,9 @@
"url": "https://github.com/jaywcjlove/icons/issues"
},
"devDependencies": {
"copyfiles": "2.4.1",
"svgtofont": "3.17.4",
"tsbb": "3.5.6"
"copyfiles": "~2.4.1",
"svgtofont": "~3.17.4",
"tsbb": "~3.7.2"
},
"license": "MIT"
}

0 comments on commit b0a7d0f

Please sign in to comment.