Skip to content

Commit 25df49f

Browse files
authored
Merge pull request #11 from nteract/anser
Require the `anser` library directly
2 parents 6e5ae8c + f2823bb commit 25df49f

File tree

4 files changed

+4
-1063
lines changed

4 files changed

+4
-1063
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@
2424
},
2525
"author": "Kyle Kelley <[email protected]>",
2626
"license": "MPL-2.0",
27-
"dependencies": {},
27+
"dependencies": {
28+
"anser": "^1.1.0"
29+
},
2830
"peerDependencies": {
2931
"react": "^0.14.0 || ^15.0.0-0"
3032
},

0 commit comments

Comments
 (0)