Skip to content

Commit

Permalink
Merge pull request #29 from tato123/issue-28-npm-typings
Browse files Browse the repository at this point in the history
npm typings support
  • Loading branch information
pklaschka authored Nov 30, 2018
2 parents 91e3312 + 42e193f commit 9ae3c2b
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"name": "@adobexd/typings",
"version": "1.0.1",
"typings": "./types/index.d.ts",
"description": "Typings for Adobe XD CC",
"repository": {
"type": "git",
"url": "[email protected]:AdobeXD/typings.git"
},
"keywords": [
"Typings",
"for",
"adobexd"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/AdobeXD/typings/issues"
},
"homepage": "https://github.com/AdobeXD/typings#readme",
"contributors": [
{
"name": "Jonathan Fontanez",
"email": "[email protected]",
"url": "https://github.com/tato123"
},
{
"name": "Pablo Klaschka",
"email": "[email protected]",
"url": "https://github.com/pklaschka"
},
{
"name": "Kerri Shotts",
"email": "[email protected]",
"url": "https://github.com/kerrishotts"
}
]
}

0 comments on commit 9ae3c2b

Please sign in to comment.