Skip to content

Commit a123d6f

Browse files
committed
proper format defined
1 parent f6e789c commit a123d6f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
{
22
"name": "react-promise",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "react.js component for dealing with promises",
55
"main": "async.js",
6+
"jspm": {
7+
"format": "esm"
8+
},
69
"scripts": {
710
"test": "node run-tests",
811
"pretest": "node_modules/.bin/standard",

0 commit comments

Comments
 (0)