Skip to content

Commit

Permalink
fix(build): Remove bower.json as it is no longer supported
Browse files Browse the repository at this point in the history
  • Loading branch information
davidchin committed Apr 5, 2017
1 parent cf9622c commit 8c455ef
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 27 deletions.
1 change: 0 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
**/.*
bower.json
coverage
gulpfile.js
karma.config.js
Expand Down
20 changes: 0 additions & 20 deletions bower.json

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
},
"dependencies": {
"deep-assign": "^2.0.0",
"form-poster": "git+ssh://[email protected]/bigcommerce-labs/form-poster-js.git#1.0.0",
"form-poster": "git+ssh://[email protected]/bigcommerce-labs/form-poster-js.git#1.0.1",
"object-assign": "^4.1.0"
}
}
4 changes: 2 additions & 2 deletions tasks/bump.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ function getVersionQuestion(currentVersion) {
}

function promptVersionTask() {
var files = ['./bower.json', './package.json'];
var files = ['./package.json'];
var question = getVersionQuestion(pkg.version);

return gulp.src(files)
Expand Down Expand Up @@ -66,7 +66,7 @@ function changelogTask() {
}

function commitVersionTask() {
var files = ['./bower.json', './package.json', './lib', './CHANGELOG.md'];
var files = ['./package.json', './lib', './CHANGELOG.md'];

return gulp.src(files)
.pipe(git.add())
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2003,9 +2003,9 @@ form-data@~2.1.1:
combined-stream "^1.0.5"
mime-types "^2.1.12"

"form-poster@git+ssh://[email protected]/bigcommerce-labs/form-poster-js.git#1.0.0":
version "1.0.0"
resolved "git+ssh://[email protected]/bigcommerce-labs/form-poster-js.git#9c622762552f21abfea4720f227af77dd5377cf6"
"form-poster@git+ssh://[email protected]/bigcommerce-labs/form-poster-js.git#1.0.1":
version "1.0.1"
resolved "git+ssh://[email protected]/bigcommerce-labs/form-poster-js.git#f5df7d86bf70c1910d6ddd4aa07328916c7c8052"

from@~0:
version "0.1.7"
Expand Down

0 comments on commit 8c455ef

Please sign in to comment.