mirror of
https://github.com/danog/dart-sass.git
synced 2024-11-30 04:39:03 +01:00
Add a name field to package.json (#695)
This should enable GitHub's dependency graph support, so we get a display of how many repositories depend on this package.
This commit is contained in:
parent
2836780339
commit
eeeb1811f0
@ -1,8 +1,10 @@
|
||||
{
|
||||
"//": [
|
||||
"This isn't the official package.json for Dart Sass. It's just used to ",
|
||||
"install dependencies used for testing the Node API."
|
||||
"install dependencies used for testing the Node API. It defines a package",
|
||||
"name to enable GitHub's dependency graph tracking."
|
||||
],
|
||||
"name": "sass",
|
||||
"devDependencies": {
|
||||
"node-sass": "^4.11.0",
|
||||
"chokidar": "^2.0.0",
|
||||
|
Loading…
Reference in New Issue
Block a user