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:
Natalie Weizenbaum 2019-05-24 16:20:40 -07:00 committed by GitHub
parent 2836780339
commit eeeb1811f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",