Skip to content

Commit e7968a6

Browse files
authored
License incorrect in package.json (#6)
The project is an Apache-2.0 licensed one but the package.json says ISC.
1 parent 73d0b29 commit e7968a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"queue"
1717
],
1818
"author": "Stephen Rugh <rugh@adobe.com>",
19-
"license": "ISC",
19+
"license": "Apache-2.0",
2020
"dependencies": {
2121
"apollo-link": "~1.2.13"
2222
},

0 commit comments

Comments
 (0)