Skip to content

Commit

Permalink
Fix compile issues with yarn.
Browse files Browse the repository at this point in the history
  • Loading branch information
vaneenige committed Nov 14, 2018
1 parent c6e18f5 commit 8866e04
Show file tree
Hide file tree
Showing 2 changed files with 8,562 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
"main": "dist/phenomenon.mjs",
"unpkg": "dist/phenomenon.umd.js",
"scripts": {
"start": "http-server demo --silent & npm run watch",
"start": "http-server demo --silent & $npm_execpath run watch",
"watch": "microbundle watch --format umd --entry demo/src/index.js --output demo/dist/bundle.js",
"build": "microbundle --name Phenomenon --format es,umd --sourcemap false",
"eslint": "eslint src/index.js",
"test": "karmatic",
"prepare": "npm run eslint && npm run test && npm run build"
"prepare": "$npm_execpath run eslint && $npm_execpath run test && $npm_execpath run build"
},
"repository": {
"type": "git",
Expand Down
Loading

0 comments on commit 8866e04

Please sign in to comment.