Skip to content

Commit c414576

Browse files
authored
Merge pull request #6 from simonwiles/master
Migrate from bower to yarn, add `package.json` metadata
2 parents 2df580a + 7e72bdc commit c414576

File tree

3 files changed

+2377
-28
lines changed

3 files changed

+2377
-28
lines changed

bower.json

-28
This file was deleted.

package.json

+10
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
{
2+
"name": "palladio-timeline-component",
3+
"main": "dist/palladio-timeline-component.js",
4+
"version": "1.1.0",
5+
"description": "Timeline component for the Palladio framework.",
6+
"homepage": "http://hdlab.stanford.edu/palladio",
7+
"repository": "https://github.com/humanitiesplusdesign/palladio-timeline-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)