Comparing version 0.1.4 to 0.1.5
{ | ||
"name": "gild", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"description": "Pass theme object via react context to jss on a component", | ||
"main": "lib/index.js", | ||
"files": [ | ||
"lib/index.js" | ||
"lib/*" | ||
], | ||
@@ -12,3 +12,3 @@ "scripts": { | ||
"start": "kotatsu serve --port 3009 --progress --devtool \\#eval-source-map --babel example/test.js", | ||
"build": "rm -rf lib && BABEL_ENV=production babel --quiet src -d lib", | ||
"build": "rm -rf lib && BABEL_ENV=production babel --ignore *.test.js --quiet src -d lib", | ||
"build:watch": "BABEL_ENV=production babel -w src -d lib", | ||
@@ -15,0 +15,0 @@ "prepublish": "npm run build", |
6006
4
85