We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6e789c commit a123d6fCopy full SHA for a123d6f
package.json
@@ -1,8 +1,11 @@
1
{
2
"name": "react-promise",
3
- "version": "1.1.0",
+ "version": "1.1.1",
4
"description": "react.js component for dealing with promises",
5
"main": "async.js",
6
+ "jspm": {
7
+ "format": "esm"
8
+ },
9
"scripts": {
10
"test": "node run-tests",
11
"pretest": "node_modules/.bin/standard",
0 commit comments