@casual-simulation/aux-common
Advanced tools
Comparing version 0.8.4 to 0.8.6
@@ -18,2 +18,10 @@ import { Transpiler } from './Transpiler'; | ||
}, | ||
{ | ||
test: /(?:[“”])/g, | ||
replacement: val => '"', | ||
}, | ||
{ | ||
test: /(?:[‘’])/g, | ||
replacement: val => "'", | ||
}, | ||
]; | ||
@@ -20,0 +28,0 @@ this._transpiler = new Transpiler(); |
{ | ||
"name": "@casual-simulation/aux-common", | ||
"version": "0.8.4", | ||
"version": "0.8.6", | ||
"description": "Common library for AUX projects", | ||
@@ -56,3 +56,3 @@ "main": "index.js", | ||
], | ||
"gitHead": "a31a553d4fd43a23fc91efdc1df866ba256f7277" | ||
"gitHead": "30206647e607abff1f1e2f9a2b98525f6f64e9ff" | ||
} |
Sorry, the diff of this file is not supported yet
408643
8042