Skip to content

Commit

Permalink
docs(package): Add repo, author and keywords fields
Browse files Browse the repository at this point in the history
  • Loading branch information
nicojs committed Sep 26, 2017
1 parent 3bfb42b commit cfd1d2c
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
"description": "",
"main": "src/elements.js",
"typings": "src/elements.tsx",
"repository": {
"type": "git",
"url": "https://github.com/nicojs/typed-html"
},
"scripts": {
"prebuild": "node tasks/clean.js",
"build": "tsc",
Expand All @@ -15,8 +19,10 @@
"engines": {
"node": ">=6"
},
"keywords": [],
"author": "",
"keywords": [
"typescript", "html", "typesafe", "template"
],
"author": "Nico Jansen <jansennico@gmail.com>",
"license": "ISC",
"devDependencies": {
"@types/chai": "^3.5.0",
Expand Down

0 comments on commit cfd1d2c

Please sign in to comment.