Skip to content

Commit 1f4aa0f

Browse files
author
Jeff Harrell
committed
Version rev
1 parent e32261a commit 1f4aa0f

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "paypaljsbuttons",
3-
"version": "1.0.4",
3+
"version": "2.0.0",
44
"homepage": "https://github.com/paypal/JavaScriptButtons",
55
"authors": [
66
"Jeff Harrell"

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "paypaljsbuttons",
33
"description": "JavaScript integration for PayPal's payment buttons",
4-
"version": "1.0.4",
4+
"version": "2.0.0",
55
"author": {
66
"name": "Jeff Harrell",
77
"url": "https://github.com/jeffharrell/"
@@ -35,13 +35,13 @@
3535
"grunt-contrib-watch": "^0.6.1"
3636
},
3737
"devDependencies": {
38-
"chai": "~1.8.1",
39-
"grunt": "~0.4.2",
40-
"grunt-contrib-jshint": "~0.8.0",
41-
"grunt-contrib-uglify": "~0.2.7",
42-
"grunt-mocha-test": "~0.7.0",
43-
"jsdom": "~0.8.10",
44-
"mocha": "~1.13.0",
45-
"should": "~2.1.1"
38+
"chai": "^1.8.1",
39+
"grunt": "^0.4.2",
40+
"grunt-contrib-jshint": "^0.8.0",
41+
"grunt-contrib-uglify": "^0.2.7",
42+
"grunt-mocha-test": "^0.7.0",
43+
"jsdom": "^0.8.10",
44+
"mocha": "^1.13.0",
45+
"should": "^2.1.1"
4646
}
4747
}

0 commit comments

Comments
 (0)