Fixed broken package.json
This commit is contained in:
parent
c821f7fbc4
commit
510ebdf476
@ -2,10 +2,10 @@
|
||||
"name": "jasmine-ajax",
|
||||
"version": "2.0.0",
|
||||
"private": false,
|
||||
"dependencies": {
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"grunt": "0.4.0"
|
||||
"grunt-contrib-jshint": "~0.1.1"
|
||||
"grunt": "0.4.0",
|
||||
"grunt-contrib-jshint": "~0.1.1",
|
||||
"grunt-shell": "~0.2.1"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user