Skip to content

Commit

Permalink
Changes description, keywords, license, author
Browse files Browse the repository at this point in the history
  • Loading branch information
AmyShackles committed Aug 25, 2020
1 parent acb3cc9 commit 4b29bed
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,17 @@
{
"name": "what-time-is-meow-v2",
"version": "2.0.0",
"description": "Repository to extend a project started on Codepen, in order to safeguard it from the possibility of my cats stepping on the keyboard at an inopportune time and losing all of my code.",
"description": "Cat Clock generator",
"main": "dist/what-time-is-meow.js",
"scripts": {
"dev": "webpack",
"test": "echo \"Error: no test specified\" && exit 1",
"serve": "http-server"
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"keywords": ["clocks", "cats", "animated"],
"author": "Amy Shackles",
"license": "GPL-3.0-or-later",
"devDependencies": {
"file-loader": "^6.0.0",
"http-server": "^0.12.3",
"react-dom": "^16.13.1",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12"
Expand Down

0 comments on commit 4b29bed

Please sign in to comment.