Skip to content

Commit 4438713

Browse files
authored
Merge pull request #6 from simonwiles/master
Migrate from bower to yarn, add `package.json` metadata
2 parents 2b7f788 + 8b01e9e commit 4438713

File tree

3 files changed

+2377
-30
lines changed

3 files changed

+2377
-30
lines changed

bower.json

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

package.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
{
2+
"name": "palladio-map-component",
3+
"main": "dist/palladio-map-component.js",
4+
"version": "1.2.0",
5+
"description": "Map component for the Palladio framework.",
6+
"homepage": "http://hdlab.stanford.edu/palladio",
7+
"repository": "https://github.com/humanitiesplusdesign/palladio-map-component",
8+
"scripts": {
9+
"build": "gulp scripts css",
10+
"develop": "gulp"
11+
},
212
"devDependencies": {
313
"gulp": "^3.9.1",
414
"gulp-angular-templates": "0.0.2",

0 commit comments

Comments
 (0)