Skip to content

Commit

Permalink
Switch jsdelivr default to minified dist
Browse files Browse the repository at this point in the history
  • Loading branch information
christianechevarria committed Sep 5, 2019
1 parent c825f97 commit 9397807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.3.11",
"description": "A Simple Node.js AI Library for Neural Network",
"main": "src/carrot",
"jsdelivr": "dist/carrot.js",
"jsdelivr": "dist/carrot.min.js",
"scripts": {
"coverage": "./node_modules/.bin/nyc report --reporter=text-lcov | coveralls && rm -rf ./src-cov",
"deploy:docs": "node theme/deploy-docs.js",
Expand Down

0 comments on commit 9397807

Please sign in to comment.