mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 11:42:04 +08:00
Upgrade to latest css-value.
This commit is contained in:
@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
module.exports.parse = parse;
|
module.exports = parse;
|
||||||
|
|
||||||
function parse(str) {
|
function parse(str) {
|
||||||
return new Parser(str).parse();
|
return new Parser(str).parse();
|
@ -8,5 +8,10 @@
|
|||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git://github.com/visionmedia/css-value.git"
|
"url": "git://github.com/visionmedia/css-value.git"
|
||||||
},
|
},
|
||||||
"main": "reworkcss-value.js"
|
"dependencies": {},
|
||||||
|
"devDependencies": {
|
||||||
|
"mocha": "~1.9.0",
|
||||||
|
"should": "~1.2.2"
|
||||||
|
},
|
||||||
|
"main": "index"
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user