Skip to content

Commit b99f371

Browse files
prushforprushfor
authored andcommitted
Unignore bower_components so I can delete it.
1 parent 9e1e285 commit b99f371

28 files changed

+773
-26587
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@
22
nbproject/customs.json
33
nbproject/project.properties
44
nbproject/project.xml
5-
/bower_components/

bower.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
{
2+
"name": "web-map",
3+
"version": "0.1.0",
4+
"description": "The Built-in <map> Custom Element is a Polymer implementation of the HTML-Map-Element specification.",
5+
"main": "web-map.html",
6+
"authors": [
7+
"Maps for HTML Community Group"
8+
],
9+
"license": "W3C SOFTWARE AND DOCUMENT NOTICE AND LICENSE",
10+
"keywords": [
11+
"framework",
12+
"web",
13+
"html5",
14+
"maps",
15+
"custom element",
16+
"javascript",
17+
"web maps",
18+
"component",
19+
"polyfill"
20+
],
21+
"repository": {
22+
"type": "git",
23+
"url": "git://github.com/Maps4HTML/Web-Map-Custom-Element.git"
24+
},
25+
"ignore": [
26+
"**/.*",
27+
"node_modules",
28+
"bower_components",
29+
"test",
30+
"tests"
31+
],
32+
"dependencies": {
33+
"mapml-leaflet-plugin": "Maps4HTML/MapML-Leaflet-Plugin#0.3.0",
34+
"polymer": "^1.5.0"
35+
}
36+
}

bower_components/polymer/LICENSE.txt

Lines changed: 0 additions & 27 deletions
This file was deleted.

bower_components/polymer/bower.json

Lines changed: 0 additions & 34 deletions
This file was deleted.

0 commit comments

Comments
 (0)