1
0
mirror of synced 2024-11-22 05:16:05 +03:00

Compiled for distribution

This commit is contained in:
Justin Schroeder 2018-02-02 12:12:45 -05:00
parent 75e5a4f441
commit a7211a270a
2 changed files with 6 additions and 6 deletions

10
dist/index.js vendored

File diff suppressed because one or more lines are too long

View File

@ -5,7 +5,7 @@
"main": "dist/index.js",
"scripts": {
"dev": "webpack --hide-modules --watch",
"build": "NODE_ENV=production && webpack --hide-modules",
"build": "NODE_ENV=production && webpack -p --hide-modules",
"test": "ava",
"watch": "ava --watch"
},