Skip to content

Commit

Permalink
Add unpkg aliases (#2032)
Browse files Browse the repository at this point in the history
  • Loading branch information
developit authored and marvinhagemeister committed Oct 22, 2019
1 parent 8deeb40 commit 486298a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -7,12 +7,13 @@
"main": "dist/preact.js",
"module": "dist/preact.module.js",
"umd:main": "dist/preact.umd.js",
"unpkg": "dist/preact.umd.js",
"source": "src/index.js",
"license": "MIT",
"types": "src/index.d.ts",
"scripts": {
"build": "npm-run-all --parallel build:*",
"build:core": "microbundle build --raw",
"build:core": "microbundle build --raw && cp dist/preact.js dist/preact.min.js",
"build:debug": "microbundle build --raw --cwd debug",
"build:hooks": "microbundle build --raw --cwd hooks",
"build:test-utils": "microbundle build --raw --cwd test-utils",
Expand Down

0 comments on commit 486298a

Please sign in to comment.