react-stepzilla
Advanced tools
Comparing version 1.0.0 to 1.1.0
{ | ||
"name": "react-stepzilla", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "A react multi step component for data collection forms and other components.", | ||
"main": "src/index.js", | ||
"main": "./dist/main.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"build": "node ./node_modules/gulp/bin/gulp.js build", | ||
"prepublish": "npm run build" | ||
}, | ||
@@ -25,3 +27,9 @@ "repository": { | ||
}, | ||
"homepage": "https://github.com/newbreedofgeek/react-stepzilla#readme" | ||
"homepage": "https://github.com/newbreedofgeek/react-stepzilla#readme", | ||
"devDependencies": { | ||
"babel-preset-es2015": "^6.9.0", | ||
"babel-preset-react": "^6.5.0", | ||
"gulp": "^3.9.1", | ||
"gulp-babel": "^6.1.2" | ||
} | ||
} |
@@ -36,2 +36,5 @@ # react stepzilla | ||
- all node source is in src/index.js | ||
- you need to install dependencies first `npm install` | ||
- make any changes and run `npm run build` to transpile the jsx into `dist` | ||
- the transpilation is run as a auto pre-publish task so it should usually be up to date when consumed via npm | ||
@@ -42,3 +45,5 @@ ### todo | ||
#### change log | ||
- 1.2.0 | ||
- fixed issue when when consumed via npm the jsx was causing a build error on the host project. Its not transpiled via babel into dist | ||
- 1.0.0 | ||
- initial working version |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
55100
9
327
48
4