Skip to content

Commit

Permalink
Merge pull request #6 from RallyCommunity/fix_package_json
Browse files Browse the repository at this point in the history
Version 1.0.0
  • Loading branch information
krmorse authored Mar 11, 2017
2 parents dc89451 + 6acf089 commit 3d93e0a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name":"MyApp",
"version":"0.1.0",
"name": "portfolio-item-copy",
"version": "1.0.0",
"private": true,
"devDependencies":{
"grunt":"~0.4.1",
"devDependencies": {
"grunt": "~0.4.1",
"grunt-cli": "~0.1.9",
"grunt-contrib-jasmine":"0.4.x",
"grunt-contrib-":"0.3.x",
"grunt-contrib-jasmine": "0.4.x",
"grunt-contrib-": "0.3.x",
"grunt-contrib-jshint": "~0.7.2"
},
"scripts": {
Expand Down

0 comments on commit 3d93e0a

Please sign in to comment.