Skip to content

Commit

Permalink
πŸ‘Œ IMPROVE: Keywords/Desc
Browse files Browse the repository at this point in the history
  • Loading branch information
MaedahBatool committed Aug 8, 2018
1 parent 82c0ab8 commit 9778419
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,24 @@
{
"name": "pudl",
"version": "0.1.0",
"description": "",
"main": "index.js",
"description": "A JavaScript-based static site generator for quick-prototyping of awesome little static demos while teaching/presenting",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"release": "release-it && npx vsce publish",
"release": "release-it",
"release-major": "release-it major",
"release-dry": "release-it --dry-run"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MaedahBatool/pudl.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"keywords": [
"pug",
"scss",
"gulp",
"sass"
],
"author": "Maedah Batool (https://MaedahBatool.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/MaedahBatool/pudl/issues"
},
Expand Down

0 comments on commit 9778419

Please sign in to comment.