Skip to content
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.

Commit

Permalink
added package.json
Browse files Browse the repository at this point in the history
add package.json so `yarn` can install it (currently fails with "Couldn't find manifest" due to a [bug](yarnpkg/yarn#1747))
  • Loading branch information
HaykoKoryun authored Feb 9, 2017
1 parent ace2287 commit 72751c3
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "@polymerelements/font-roboto",
"version": "1.0.1",
"description": "An HTML import for Roboto",
"authors": [
"The Polymer Authors"
],
"keywords": [
"font",
"roboto"
],
"repository": {
"type": "git",
"url": "git://github.com/PolymerElements/font-roboto.git"
},
"main": "roboto.html",
"license": "http://polymer.github.io/LICENSE.txt",
"homepage": "https://github.com/PolymerElements/font-roboto/"
}

0 comments on commit 72751c3

Please sign in to comment.