Preparing for publish.

This commit is contained in:
Matt Swensen 2016-11-28 11:25:38 -07:00
parent a964a818bd
commit 2b48f65818
3 changed files with 13 additions and 0 deletions

1
.npmignore Normal file

@ -0,0 +1 @@
src

@ -11,6 +11,7 @@
"scripts": {
"build": "babel --out-dir lib src",
"start": "watch 'yarn run build' src",
"prepublish": "yarn run build",
"test": "jest"
},
"devDependencies": {
@ -25,5 +26,8 @@
"repository": {
"url": "git@github.com:mjswensen/themer-wallpaper-block-wave.git",
"type": "git"
},
"peerDependencies": {
"themer": "^1.0.2"
}
}

@ -2817,6 +2817,14 @@ test-exclude@^2.1.1:
read-pkg-up "^1.0.1"
require-main-filename "^1.0.1"
themer:
version "1.0.2"
resolved "https://registry.yarnpkg.com/themer/-/themer-1.0.2.tgz#bbcd2843d998c4a890aaec40b851728acc3aab1b"
dependencies:
minimist "^1.2.0"
mkdirp "^0.5.1"
pn "^1.0.0"
throat@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/throat/-/throat-3.0.0.tgz#e7c64c867cbb3845f10877642f7b60055b8ec0d6"