mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-15 19:26:42 +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) {
|
||||
return new Parser(str).parse();
|
@ -8,5 +8,10 @@
|
||||
"type": "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