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 ed12937 commit cc738d2Copy full SHA for cc738d2
package.json
@@ -7,7 +7,7 @@
7
"dev": "hugo -D serve -p 5000",
8
"build": "npm run hugo && npm run codemod",
9
"hugo": "hugo",
10
- "codemod": "perl -p -i -e 's@src=\"\\/([^/])@src=\"https://help.jsbin.com/\\1@g' public/**/*.html"
+ "codemod": "perl -pi -e 's@src=\"\\/([^/])@src=\"https://help.jsbin.com/\\1@g' public/**/*.html"
11
},
12
"repository": {
13
"type": "git",
0 commit comments