mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Move css and css-value modules to the toplevel.
This is the default location when installing from npm, and Angular uses that when parsing CSS. Updated module paths, requires, csproj, tsconfig and grunt tasks.
This commit is contained in:
12
css-value/package.json
Normal file
12
css-value/package.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"name": "css-value",
|
||||
"version": "0.0.1",
|
||||
"description": "CSS value parser",
|
||||
"keywords": ["css", "parser", "value"],
|
||||
"author": "TJ Holowaychuk <tj@vision-media.ca>",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/visionmedia/css-value.git"
|
||||
},
|
||||
"main": "reworkcss-value.js"
|
||||
}
|
||||
Reference in New Issue
Block a user