Skip to content

Commit

Permalink
Optimised package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
fkrauthan committed Mar 29, 2018
1 parent 4ea736b commit a67eb71
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "nss-run",
"version": "0.3.0",
"description": "A simple build tool",
"description": "nss-run (not so simple run) is a very simplistic build tool.",
"keywords": ["task", "cli", "run", "async", "make", "build", "tool", "buildtool"],
"main": "lib/index.js",
"author": "Florian Krauthan <mail@fkrauthan.de>",
"license": "MIT",
Expand All @@ -14,14 +15,11 @@
"prestart": "yarn run build",
"build": "babel src/ --out-dir lib/"
},
"repository": {
"type": "git",
"url": "https://github.com/fkrauthan/nss-run.git"
},
"repository": "github:fkrauthan/nss-run",
"bugs": {
"url": "https://github.com/fkrauthan/nss-run/issues"
},
"homepage": "https://github.com/fkrauthan/nss-run#readme",
"homepage": "https://fkrauthan.github.io/nss-run/",
"dependencies": {
"bluebird": "^3.4.6",
"chalk": "^2.3.2"
Expand Down

0 comments on commit a67eb71

Please sign in to comment.