Using yarn to build.

This commit is contained in:
Matt Swensen 2016-11-28 11:15:13 -07:00
parent 1eda67eba1
commit 55e12a61c1

@ -1,6 +1,6 @@
{
"name": "themer-hyper",
"version": "1.0.0",
"version": "1.0.1",
"description": "A Hyper.app plugin generator for themer.",
"main": "lib/index.js",
"repository": {
@ -12,7 +12,7 @@
"scripts": {
"build": "babel --out-dir lib src",
"start": "watch 'yarn run build' src",
"prepublish": "npm run build"
"prepublish": "yarn run build"
},
"devDependencies": {
"babel-cli": "^6.18.0",