Skip to content

Commit

Permalink
chore: Remove component.json and remove references to it (#3866)
Browse files Browse the repository at this point in the history
Remove component.json and references to it in grunt.js because component is no longer maintained.

BREAKING CHANGE: removal of component.json
  • Loading branch information
mrocajr authored and gkatsev committed Jan 18, 2017
1 parent 091bdf9 commit 0bba319
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 26 deletions.
8 changes: 4 additions & 4 deletions build/grunt.js
Original file line number Diff line number Diff line change
Expand Up @@ -263,25 +263,25 @@ module.exports = function(grunt) {
options: {
release: 'major'
},
src: ['package.json', 'component.json']
src: ['package.json']
},
minor: {
options: {
release: 'minor'
},
src: ['package.json', 'component.json']
src: ['package.json']
},
patch: {
options: {
release: 'patch'
},
src: ['package.json', 'component.json']
src: ['package.json']
},
prerelease: {
options: {
release: 'prerelease'
},
src: ['package.json', 'component.json']
src: ['package.json']
},
css: {
options: {
Expand Down
22 changes: 0 additions & 22 deletions component.json

This file was deleted.

0 comments on commit 0bba319

Please sign in to comment.