Skip to content

Commit

Permalink
Microbundle@next
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavochavarria committed Nov 26, 2019
1 parent e01f24c commit 4f3e7e0
Show file tree
Hide file tree
Showing 3 changed files with 1,036 additions and 1,326 deletions.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"peacock.color": "#0067c6",
"workbench.colorCustomizations": {
"activityBar.background": "#0082f9",
"activityBar.activeBorder": "#ff9fd1",
"activityBar.foreground": "#e7e7e7",
"activityBar.inactiveForeground": "#e7e7e799",
"activityBarBadge.background": "#ff9fd1",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"module": "dist/index.es.js",
"source": "src/index.js",
"scripts": {
"build": "microbundle",
"build": "xo && ava && microbundle",
"test": "xo && ava",
"prepare": "npm run build",
"release": "np"
Expand All @@ -31,7 +31,7 @@
"homepage": "https://github.com/nerdify/dnic#readme",
"devDependencies": {
"ava": "2.4.0",
"microbundle": "0.11.0",
"microbundle": "0.12.0-next.6",
"np": "5.1.0",
"xo": "0.25.3"
},
Expand All @@ -47,4 +47,4 @@
"prettier": true,
"space": true
}
}
}
Loading

0 comments on commit 4f3e7e0

Please sign in to comment.