Comparing version 0.1.5 to 0.1.6
@@ -5,2 +5,3 @@ var browserify = require('browserify'), | ||
del = require('del'), | ||
vinyPaths = require('vinyl-paths'), | ||
gulp = require('gulp'), | ||
@@ -19,3 +20,2 @@ bump = require('gulp-bump'), | ||
react = require('gulp-react'), | ||
rimraf = require('gulp-rimraf'), | ||
source = require('vinyl-source-stream'), | ||
@@ -294,10 +294,9 @@ watchify = require('watchify'); | ||
*/ | ||
var stream | ||
gulp.task('build:npm', function(done){ | ||
stream = gulp.src(SRC_PATH + '/*.js') | ||
function buildToRoot(){ | ||
return gulp.src(SRC_PATH + '/*.js') | ||
.pipe(react()) | ||
.pipe(gulp.dest('./')) | ||
} | ||
return stream; | ||
}); | ||
gulp.task('build:npm', buildToRoot); | ||
@@ -311,4 +310,4 @@ gulp.task('publish:npm', ['build:npm'], function(done) { | ||
gulp.task('npm', ['publish:npm'], function(){ | ||
return stream.pipe(rimraf()) | ||
gulp.task('release:npm', ['publish:npm'], function(){ | ||
buildToRoot().pipe(vinyPaths(del)) | ||
}); | ||
@@ -325,2 +324,2 @@ | ||
gulp.task('release', ['publish:tag', 'publish:npm', 'publish:examples']); | ||
gulp.task('release', ['publish:tag', 'release:npm', 'publish:examples']); |
{ | ||
"name": "halogen", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"description": "A collection of loading spinners with React.js", | ||
@@ -13,4 +13,3 @@ "main": "Halogen.js", | ||
"dependencies": { | ||
"react-kit": "^0.1.0", | ||
"reactify": "^0.17.0" | ||
"react-kit": "^0.1.0" | ||
}, | ||
@@ -21,2 +20,3 @@ "peerDependencies": { | ||
"devDependencies": { | ||
"reactify": "^0.17.0", | ||
"browserify": "^6.3.3", | ||
@@ -40,4 +40,3 @@ "browserify-shim": "^3.8.0", | ||
"watchify": "^2.1.1", | ||
"gulp-react": "^3.0.1", | ||
"gulp-rimraf": "^0.1.1" | ||
"gulp-react": "^3.0.1" | ||
}, | ||
@@ -44,0 +43,0 @@ "browserify": { |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
2
1
90868
1469
- Removedreactify@^0.17.0
- Removedacorn@5.7.4(transitive)
- Removedamdefine@1.0.1(transitive)
- Removedast-types@0.9.6(transitive)
- Removedbalanced-match@1.0.2(transitive)
- Removedbase62@0.1.1(transitive)
- Removedbrace-expansion@1.1.11(transitive)
- Removedcommander@2.20.3(transitive)
- Removedcommoner@0.10.8(transitive)
- Removedconcat-map@0.0.1(transitive)
- Removeddefined@1.0.1(transitive)
- Removeddetective@4.7.1(transitive)
- Removedesprima@3.1.3(transitive)
- Removedesprima-fb@8001.1001.0-dev-harmony-fb(transitive)
- Removedglob@5.0.15(transitive)
- Removedgraceful-fs@4.2.11(transitive)
- Removediconv-lite@0.4.24(transitive)
- Removedinflight@1.0.6(transitive)
- Removedinherits@2.0.4(transitive)
- Removedjstransform@8.2.0(transitive)
- Removedminimatch@3.1.2(transitive)
- Removedminimist@1.2.8(transitive)
- Removedmkdirp@0.5.6(transitive)
- Removedonce@1.4.0(transitive)
- Removedpath-is-absolute@1.0.1(transitive)
- Removedprivate@0.1.8(transitive)
- Removedq@1.5.1(transitive)
- Removedreact-tools@0.12.2(transitive)
- Removedreactify@0.17.1(transitive)
- Removedrecast@0.11.23(transitive)
- Removedsafer-buffer@2.1.2(transitive)
- Removedsource-map@0.1.310.5.7(transitive)
- Removedthrough@2.3.8(transitive)
- Removedwrappy@1.0.2(transitive)