Skip to content

Commit

Permalink
update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
aspehler committed Apr 20, 2021
1 parent c7dee5d commit ccb5d9a
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,21 @@
{
"name": "tableside",
"version": "1.0.0",
"description": "cli to create boilerplates",
"version": "0.1.0",
"description": "CLI to create boilerplates",
"keywords": [
"boilerplate",
"CLI"
],
"license": "MIT",
"author": {
"name": "Alexandre Spehler",
"email": "[email protected]",
"url": "https://twitter.com/ASpehler"
},
"main": "index.js",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"Boilerplate",
"CLI"
],
"author": "Alexandre Spehler",
"devDependencies": {
"chalk": "^4.1.0",
"clear": "^0.1.0",
Expand Down

0 comments on commit ccb5d9a

Please sign in to comment.