Skip to content

Commit

Permalink
Merge pull request #1 from Igorbek/prototype
Browse files Browse the repository at this point in the history
Prototype finalizing
  • Loading branch information
Igorbek authored Jun 14, 2017
2 parents 6eaa15b + 94d05d1 commit 93574de
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
{
"name": "typescript-plugin-styled-components",
"version": "0.0.1-preview",
"version": "0.0.2",
"description": "TypeScript transformer for improving the debugging experience of styled-components",
"main": "dist/index.js",
"homepage": "https://github.com/Igorbek/typescript-plugin-styled-components",
"repository": "https://github.com/Igorbek/typescript-plugin-styled-components.git",
"repository": {
"url": "https://github.com/Igorbek/typescript-plugin-styled-components.git",
"type": "git"
},
"author": "Igor Oleinikov <igor@oleinikov.ru>",
"license": "MIT",
"scripts": {
Expand All @@ -23,5 +26,9 @@
"@types/node": "^7.0.31",
"styled-components": "^2.0.1",
"ts-jest": "20"
}
},
"files": [
"dist",
"src"
]
}

0 comments on commit 93574de

Please sign in to comment.