Skip to content

Commit

Permalink
Merge pull request #6 from simonwiles/master
Browse files Browse the repository at this point in the history
Migrate from bower to yarn, add `package.json` metadata
  • Loading branch information
esjewett authored Sep 24, 2019
2 parents 2df580a + 7e72bdc commit c414576
Show file tree
Hide file tree
Showing 3 changed files with 2,377 additions and 28 deletions.
28 changes: 0 additions & 28 deletions bower.json

This file was deleted.

10 changes: 10 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
{
"name": "palladio-timeline-component",
"main": "dist/palladio-timeline-component.js",
"version": "1.1.0",
"description": "Timeline component for the Palladio framework.",
"homepage": "http://hdlab.stanford.edu/palladio",
"repository": "https://github.com/humanitiesplusdesign/palladio-timeline-component",
"scripts": {
"build": "gulp scripts css",
"develop": "gulp"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-angular-templates": "0.0.2",
Expand Down
Loading

0 comments on commit c414576

Please sign in to comment.