We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1958fca commit 475fbf6Copy full SHA for 475fbf6
1 file changed
package.json
@@ -1,19 +1,19 @@
1
{
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
- }
+ "name": "PayPalJSButtons",
+ "description": "JavaScript integration for PayPal's payment buttons",
+ "version": "1.0.0",
+ "author": {
+ "name": "Jeff Harrell",
+ "url": "https://github.com/jeffharrell/"
+ },
+ "dependencies": {},
+ "devDependencies": {
+ "grunt": "0.3",
+ "mocha": "~1.7.4",
+ "should": "*",
+ "jsdom": "*"
+ "scripts": {
+ "test": "mocha"
+ }
19
}
0 commit comments