Skip to content

Commit

Permalink
🔖 tag: v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Angel Martinez committed Nov 19, 2020
1 parent 95d8bd8 commit 9d38233
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cra-template-tailwindcss-starter",
"version": "1.1.0",
"version": "1.2.0",
"description": "create-react-app template with tailwindcss",
"main": "template.json",
"scripts": {
Expand All @@ -10,13 +10,21 @@
"type": "git",
"url": "git+https://github.com/angel-codes/cra-template-tailwindcss-starter.git"
},
"keywords": ["react", "template", "create-react-app", "tailwindcss"],
"keywords": [
"react",
"template",
"create-react-app",
"tailwindcss"
],
"author": "Angel Martinez",
"license": "MIT",
"engines": {
"node": ">=10"
},
"files": ["template", "template.json"],
"files": [
"template",
"template.json"
],
"bugs": {
"url": "https://github.com/angel-codes/cra-template-tailwindcss-starter/issues"
},
Expand Down

0 comments on commit 9d38233

Please sign in to comment.