-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Finalized names (version breaking). Updated and fixed more things in the
ReadMe.
- Loading branch information
Showing
7 changed files
with
482 additions
and
458 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,31 @@ | ||
{ | ||
"name": "rula-expandable-card", | ||
"version": "2.0.0", | ||
"authors": [ | ||
"Ryerson University Library & Archives" | ||
], | ||
"license": "BSD-3-Clause", | ||
"description": "A component based on a Material Design Card that maximizes on user interaction.", | ||
"main": "rula-expandable-card.html", | ||
"demos": { | ||
"Demos": "demo/index.html" | ||
}, | ||
"dependencies": { | ||
"polymer": "Polymer/polymer#^2.0.0", | ||
"paper-styles": "^2.1.0" | ||
}, | ||
"devDependencies": { | ||
"iron-demo-helpers": "PolymerElements/iron-demo-helpers#^2.0.0", | ||
"web-component-tester": "Polymer/web-component-tester#^6.0.0", | ||
"webcomponentsjs": "webcomponents/webcomponentsjs#^1.0.0" | ||
}, | ||
"resolutions": { | ||
"polymer": "^2.0.0" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/ryersonlibrary/rula-expandable-card.git" | ||
}, | ||
"private": true, | ||
"ignore": [] | ||
"name": "rula-expandable-card", | ||
"version": "2.0.0", | ||
"authors": [ | ||
"Ryerson University Library & Archives" | ||
], | ||
"license": "BSD-3-Clause", | ||
"description": "A component based on a Material Design Card that maximizes on user interaction.", | ||
"main": "rula-expandable-card.html", | ||
"demos": { | ||
"Demos": "demo/index.html" | ||
}, | ||
"dependencies": { | ||
"polymer": "Polymer/polymer#^2.0.0", | ||
"paper-styles": "^2.1.0" | ||
}, | ||
"devDependencies": { | ||
"iron-demo-helpers": "PolymerElements/iron-demo-helpers#^2.0.0", | ||
"web-component-tester": "Polymer/web-component-tester#^6.0.0", | ||
"webcomponentsjs": "webcomponents/webcomponentsjs#^1.0.0" | ||
}, | ||
"resolutions": { | ||
"polymer": "^2.0.0" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/ryersonlibrary/rula-expandable-card.git" | ||
}, | ||
"private": true, | ||
"ignore": [] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"lint": { | ||
"rules": [ | ||
"polymer-2" | ||
] | ||
} | ||
"lint": { | ||
"rules": [ | ||
"polymer-2" | ||
] | ||
} | ||
} |
Oops, something went wrong.