Skip to content

Commit

Permalink
updated package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Takazudo committed Jul 20, 2012
1 parent 495e0a5 commit f059137
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 12 deletions.
4 changes: 1 addition & 3 deletions loadNpmTasksExamples/coffee/package.json
@@ -1,8 +1,6 @@
{
"name": "MyApp",
"description": "description here",
"version": "0.8.2",
"author": "My Name <example@example.com>",
"version": "0.0.1",
"dependencies": {
"grunt-growl": "latest",
"grunt-coffee": "latest"
Expand Down
4 changes: 1 addition & 3 deletions loadNpmTasksExamples/compass/package.json
@@ -1,8 +1,6 @@
{
"name": "MyApp",
"description": "description here",
"version": "0.8.2",
"author": "My Name <example@example.com>",
"version": "0.0.1",
"dependencies": {
"grunt-growl": "latest",
"grunt-compass": "latest"
Expand Down
4 changes: 1 addition & 3 deletions loadNpmTasksExamples/growl/package.json
@@ -1,8 +1,6 @@
{
"name": "MyApp",
"description": "description here",
"version": "0.8.2",
"author": "My Name <example@example.com>",
"version": "0.0.1",
"dependencies": {
"grunt-growl": "latest"
}
Expand Down
4 changes: 1 addition & 3 deletions loadNpmTasksExamples/sass/package.json
@@ -1,8 +1,6 @@
{
"name": "MyApp",
"description": "description here",
"version": "0.8.2",
"author": "My Name <example@example.com>",
"version": "0.0.1",
"dependencies": {
"grunt-growl": "latest",
"grunt-sass": "latest"
Expand Down

0 comments on commit f059137

Please sign in to comment.