Skip to content
This repository has been archived by the owner on Feb 9, 2024. It is now read-only.

Commit

Permalink
fix(dependencies): upgrading prescribe to fix a bug in script writing (
Browse files Browse the repository at this point in the history
…#191)

Previously, if a script and its contents were written over several doc.writes it'd write the
contents outside the scripts text node

Fixes #172
  • Loading branch information
Joshua Newman authored and Seth Yates committed May 2, 2016
1 parent e947ce7 commit b44f71f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -28,7 +28,7 @@
"main": "dist/postscribe.js",
"browser": "dist/postscribe.js",
"dependencies": {
"prescribe": ">=1.0.8"
"prescribe": ">=1.1.1"
},
"devDependencies": {
"babel-core": "6.7.7",
Expand Down

0 comments on commit b44f71f

Please sign in to comment.