Skip to content

Commit

Permalink
Remove component.json and clean up package files a bit.
Browse files Browse the repository at this point in the history
Component is not maintained anymore, per componentjs/component#639
  • Loading branch information
lehni committed Jul 9, 2016
1 parent 6154b44 commit bf2eada
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 37 deletions.
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
],
"main": "dist/paper-full.js",
"ignore": [
"build",
"package.json",
"gulpfile.js",
"gulp",
"node_modules",
"package.json",
"projects",
"src",
"test",
Expand Down
34 changes: 0 additions & 34 deletions component.json

This file was deleted.

2 changes: 1 addition & 1 deletion gulp/tasks/publish.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ gulp.task('publish:version', function() {
// reset the version value since we're executing this on the develop branch,
// but we don't wan the published version suffixed with '-develop'.
options.resetVersion();
return gulp.src([ 'package.json', 'component.json' ])
return gulp.src([ 'package.json' ])
.pipe(bump({ version: options.version }))
.pipe(gulp.dest('.'));
});
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
},
"files": [
"AUTHORS.md",
"CHANGELOG.md",
"dist/",
"examples/",
"LICENSE.txt",
Expand Down

0 comments on commit bf2eada

Please sign in to comment.