Skip to content

Commit

Permalink
Use minified UMD bundle for unpkg, jsdelivr
Browse files Browse the repository at this point in the history
  • Loading branch information
SamAsEnd committed Apr 24, 2019
1 parent 3278833 commit 4215296
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"version": "1.0.1",
"description": "library to convert ascii number like 3456 to geez number ፴፬፻፶፮ and vise versa",
"main": "src/Geezify.js",
"unpkg": "dist/geezify.min.js",
"jsdelivr": "dist/geezify.min.js",

"scripts": {
"build": "webpack --mode=production --config webpack.config.js",
"test": "nyc --reporter=html --reporter=text mocha",
Expand Down

0 comments on commit 4215296

Please sign in to comment.