Comparing version 0.1.4 to 0.1.5
{ | ||
"name": "mdsvex", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"description": "Markdown preprocessor for Svelte", | ||
@@ -42,5 +42,5 @@ "main": "dist/main.cjs.js", | ||
"rollup-plugin-node-resolve": "^3.4.0", | ||
"rollup-plugin-svelte": "^4.4.0", | ||
"rollup-plugin-svelte": "^5.0.3", | ||
"rollup-plugin-typescript": "^1.0.0", | ||
"svelte": "3.0.0-alpha16", | ||
"svelte": "^3.2.2", | ||
"ts-jest": "^23.10.5", | ||
@@ -47,0 +47,0 @@ "ts-lib": "^0.0.5", |
@@ -0,1 +1,4 @@ | ||
// is this really enough? is it too simple to be true? | ||
// if anything break catastrophically, it wasn't my fault | ||
export function replaceCurlies(str) { | ||
@@ -2,0 +5,0 @@ return str.replace(/{/g, '{').replace(/}/g, '}'); |
Sorry, the diff of this file is not supported yet
1089187
31562