Skip to content

Commit 475fbf6

Browse files
committed
Fixed grunt dependency version. * was pulling the latest, and our grunt file isnt compatible with the new version of grunt.
1 parent 1958fca commit 475fbf6

1 file changed

Lines changed: 17 additions & 17 deletions

File tree

package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
2-
"name": "PayPalJSButtons",
3-
"description": "JavaScript integration for PayPal's payment buttons",
4-
"version": "1.0.0",
5-
"author": {
6-
"name": "Jeff Harrell",
7-
"url": "https://github.com/jeffharrell/"
8-
},
9-
"dependencies": {},
10-
"devDependencies": {
11-
"grunt": "*",
12-
"mocha": "~1.7.4",
13-
"should": "*",
14-
"jsdom": "*"
15-
},
16-
"scripts": {
17-
"test": "mocha"
18-
}
2+
"name": "PayPalJSButtons",
3+
"description": "JavaScript integration for PayPal's payment buttons",
4+
"version": "1.0.0",
5+
"author": {
6+
"name": "Jeff Harrell",
7+
"url": "https://github.com/jeffharrell/"
8+
},
9+
"dependencies": {},
10+
"devDependencies": {
11+
"grunt": "0.3",
12+
"mocha": "~1.7.4",
13+
"should": "*",
14+
"jsdom": "*"
15+
},
16+
"scripts": {
17+
"test": "mocha"
18+
}
1919
}

0 commit comments

Comments
 (0)