Update to latest prepro.js with proper support for strings and scientific numbers.

This commit is contained in:
Jürg Lehni 2015-10-11 15:50:25 +02:00
parent 841381f520
commit 247e80f569
2 changed files with 2 additions and 2 deletions

View file

@ -35,7 +35,7 @@
"devDependencies": { "devDependencies": {
"gulp": "^3.9.0", "gulp": "^3.9.0",
"gulp-qunit": "^1.2.1", "gulp-qunit": "^1.2.1",
"prepro": "~0.8.3", "prepro": "~0.9.0",
"qunitjs": "~1.15.0", "qunitjs": "~1.15.0",
"uglify-js": "~2.4.23" "uglify-js": "~2.4.23"
}, },

View file

@ -120,7 +120,7 @@ var PaperScope = Base.extend(/** @lends PaperScope# */{
* *
* @type String * @type String
*/ */
version: '/*#=*/__options.version', version: /*#=*/__options.version,
// DOCS: PaperScope#settings // DOCS: PaperScope#settings
/** /**