Skip to content

Commit

Permalink
release(0.0.1): 🎉 🚀 releasing the awesomeness
Browse files Browse the repository at this point in the history
  • Loading branch information
AhsanAyaz committed Mar 8, 2020
1 parent bd902a8 commit fb5679a
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
{
"name": "rn-color-palette",
"version": "1.0.0",
"name": "@iomechs/rn-color-palette",
"version": "0.0.1",
"description": "A color Picker for RN Devs :)",
"main": "index.js",
"directories": {
"example": "examples"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"publish": "npm publish --access public"
},
"repository": {
"type": "git",
Expand All @@ -19,10 +17,11 @@
"palette",
"color-picker",
"ios",
"android"
"android",
"iomechs"
],
"author": "Syed Saad Qamar",
"license": "ISC",
"license": "MIT",
"bugs": {
"url": "https://github.com/IOMechs/RNColorPalette/issues"
},
Expand Down

0 comments on commit fb5679a

Please sign in to comment.