Skip to content

Commit

Permalink
simplify bower setup, remove component
Browse files Browse the repository at this point in the history
Component is not an active project anymore, and bower no longer
requires a version field in the config.
  • Loading branch information
mourner committed Oct 26, 2015
1 parent 3c3a571 commit ca43794
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 25 deletions.
File renamed without changes.
19 changes: 0 additions & 19 deletions build/component.json

This file was deleted.

4 changes: 0 additions & 4 deletions build/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ git checkout -b build
npm run build
git add dist/leaflet-src.js dist/leaflet.js dist/leaflet-src.map -f

copyfiles -u 1 build/*.json ./
tin -v $VERSION
git add component.json bower.json -f

git commit -m "v$VERSION"

git tag v$VERSION -f
Expand Down
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"version": "1.0.0-beta.2",
"description": "JavaScript library for mobile-friendly interactive maps",
"devDependencies": {
"copyfiles": "0.2.1",
"eslint": "^1.5.1",
"eslint-config-mourner": "^1.0.0",
"happen": "~0.2.0",
Expand All @@ -18,7 +17,6 @@
"magic-string": "^0.7.0",
"mocha": "~2.3.0",
"phantomjs": "^1.9.18",
"tin": "^0.5.0",
"uglify-js": "~2.4.23"
},
"main": "dist/leaflet-src.js",
Expand Down

0 comments on commit ca43794

Please sign in to comment.