-
-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Braintree and Noderize dependency
- Loading branch information
Showing
2 changed files
with
64 additions
and
71 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,49 +1,46 @@ | ||
{ | ||
"name": "braintree-web-drop-in-react", | ||
"version": "1.0.3", | ||
"description": "React component for Braintree Web Drop-In (v3)", | ||
"main": "dist/index.js", | ||
"scripts": { | ||
"watch": "noderize-scripts watch", | ||
"build": "noderize-scripts build", | ||
"start": "noderize-scripts start", | ||
"format": "noderize-scripts format", | ||
"test": "noderize-scripts test", | ||
"clean": "noderize-scripts clean", | ||
"prepack": | ||
"noderize-scripts clean && noderize-scripts build --env production" | ||
}, | ||
"author": "Charles Crete <charles@cretezy.com>", | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/Cretezy/braintree-web-drop-in-react.git" | ||
}, | ||
"license": "MIT", | ||
"keywords": ["braintree", "payment", "credit card form", "react-component"], | ||
"files": [], | ||
"peerDependencies": { | ||
"react": ">=15.1.0", | ||
"react-dom": ">=15.1.0" | ||
}, | ||
"dependencies": { | ||
"braintree-web-drop-in": "^1.9.2", | ||
"prop-types": ">=15.6.0", | ||
"@noderize/runtime":"^0.3.11" | ||
}, | ||
"devDependencies": { | ||
"@babel/preset-react": "^7.0.0-beta.40", | ||
"@noderize/scripts": "^0.3.11", | ||
"react": ">=15.1.0", | ||
"react-dom": ">=15.1.0", | ||
"react-test-renderer": "^16.2.0" | ||
}, | ||
"noderize": { | ||
"babel": { | ||
"presets": ["@babel/preset-react"] | ||
}, | ||
"target":"web" | ||
}, | ||
"prettier": { | ||
"useTabs": true | ||
} | ||
"name": "braintree-web-drop-in-react", | ||
"version": "1.0.4", | ||
"description": "React component for Braintree Web Drop-In (v3)", | ||
"main": "dist/index.js", | ||
"scripts": { | ||
"watch": "noderize-scripts watch", | ||
"build": "noderize-scripts build", | ||
"start": "noderize-scripts start", | ||
"format": "noderize-scripts format", | ||
"test": "noderize-scripts test", | ||
"clean": "noderize-scripts clean", | ||
"prepack": | ||
"noderize-scripts clean && noderize-scripts build --env production" | ||
}, | ||
"author": "Charles Crete <charles@cretezy.com>", | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/Cretezy/braintree-web-drop-in-react.git" | ||
}, | ||
"license": "MIT", | ||
"keywords": ["braintree", "payment", "credit card form", "react-component"], | ||
"files": [], | ||
"peerDependencies": { | ||
"react": ">=15.1.0", | ||
"react-dom": ">=15.1.0" | ||
}, | ||
"dependencies": { | ||
"braintree-web-drop-in": "^1.11.0", | ||
"prop-types": ">=15.6.0", | ||
"@noderize/runtime": "^0.3.11" | ||
}, | ||
"devDependencies": { | ||
"@babel/preset-react": "^7.0.0-beta.40", | ||
"@noderize/scripts": "^0.3.11", | ||
"react": ">=15.1.0", | ||
"react-dom": ">=15.1.0", | ||
"react-test-renderer": "^16.2.0" | ||
}, | ||
"noderize": { | ||
"babel": { | ||
"presets": ["@babel/preset-react"] | ||
}, | ||
"target": "web" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
d3b2ee8
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for all the good work! I really appreciate it.
Using this on my website iLoveCoding.org