1
0
Fork 0

construction: Fixed faulty unpkg entry

This commit is contained in:
Joost De Cock 2018-07-15 19:13:37 +02:00
parent 01f1dbee4e
commit f4aa0e2dd2

View file

@ -3,7 +3,7 @@
"version": "0.2.0", "version": "0.2.0",
"description": "Body measurements data for a range of default sizes", "description": "Body measurements data for a range of default sizes",
"main": "dist/node/index.js", "main": "dist/node/index.js",
"unpkg": "dist/browser/index.js", "unpkg": "dist/browser/bundle.js",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1", "test": "echo \"Error: no test specified\" && exit 1",
"nodebuild": "babel src -d dist/node", "nodebuild": "babel src -d dist/node",