gluestick-generators
Advanced tools
Comparing version 1.13.0-beta.2 to 1.13.0-beta.3
{ | ||
"name": "gluestick-generators", | ||
"version": "1.13.0-beta.2", | ||
"version": "1.13.0-beta.3", | ||
"description": "Package with generator API used by GlueStick", | ||
@@ -9,6 +9,2 @@ "main": "build/index.js", | ||
"license": "MIT", | ||
"scripts": { | ||
"test": "jest", | ||
"test-coverage": "jest --coverage" | ||
}, | ||
"keywords": [ | ||
@@ -33,13 +29,3 @@ "react", | ||
}, | ||
"devDependencies": { | ||
"babel-plugin-transform-decorators-legacy": "1.3.4", | ||
"babel-plugin-transform-flow-strip-types": "^6.22.0", | ||
"babel-preset-es2015": "6.22.0", | ||
"babel-preset-react": "6.22.0", | ||
"babel-preset-stage-0": "6.22.0", | ||
"jest": "19.0.0" | ||
}, | ||
"jest": { | ||
"notify": true, | ||
"testRegex": ".*/__tests__/.*\\.test\\.js$", | ||
"roots": [ | ||
@@ -46,0 +32,0 @@ "src" |
0
175854