Skip to content

Commit

Permalink
Merge pull request #43 from pcambra/fix_package_json
Browse files Browse the repository at this point in the history
Fixed warning on repo missing on package.json
  • Loading branch information
lewisnyman committed Feb 23, 2015
2 parents 33473d0 + 18a807d commit 350f0d2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
{
"name": "railstest",
"name": "drupalcores",
"version": "0.0.1",
"repository": {
"type": "git",
"url": "git://github.com/laurii/drupalcores.git"
},
"devDependencies": {
"del": "^0.1.3",
"gulp": "^3.8.10",
Expand Down

0 comments on commit 350f0d2

Please sign in to comment.