Skip to content

Commit

Permalink
First version published
Browse files Browse the repository at this point in the history
  • Loading branch information
matheusps committed Sep 22, 2019
1 parent 82d9aa1 commit c0864f9
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
{
"name": "adapt-ui",
"version": "0.0.4",
"version": "0.0.1",
"description": "React toolkit to create theme adaptable user interfaces",
"repository": "https://github.com/matheusps/adapt-ui.git",
"author": "matheusps <matheus.ps@icloud.com>",
"repository": {
"type": "git",
"url": "git+https://github.com/matheusps/adapt-ui.git"
},
"author": "matheusps <cout.matheusps@gmail.com>",
"license": "MIT",
"private": false,
"main": "dist/index.js",
Expand Down Expand Up @@ -81,5 +84,9 @@
"json",
"node"
]
}
},
"bugs": {
"url": "https://github.com/matheusps/adapt-ui/issues"
},
"homepage": "https://github.com/matheusps/adapt-ui#readme"
}

0 comments on commit c0864f9

Please sign in to comment.