Skip to content

Commit

Permalink
KEY-20: Updated package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
JP Osorio committed Oct 5, 2015
1 parent 3b00231 commit 9108199
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "pipeline-build-js",
"name": "pipeline-minify-js",
"version": "0.1.0-SNAPSHOT",
"description": "Gulp pipeline to run tests locally using node and mocha",
"description": "Gulp pipeline to concatenate and minify js files",
"author": "Juan P. Osorio <[email protected]> (https://github.com/jpoo90)",
"contributors": [
{
Expand All @@ -19,13 +19,14 @@
"main": "src/index.js",
"repository": {
"type": "git",
"url": "ssh://[email protected]:kenzanmedia/pipeline-build-js.git"
"url": "ssh://[email protected]:kenzanmedia/pipeline-minify-js.git"
},
"keywords": [
"Gulp",
"Tools",
"Keystone",
"Pipeline"
"Pipeline",
"Minify"
],
"preferGlobal": false,
"private": false,
Expand Down

0 comments on commit 9108199

Please sign in to comment.