⬆️ tree-sitter-css

This commit is contained in:
Max Brunsfeld
2018-10-30 15:56:32 -07:00
parent c3acbef8da
commit bc061bb608
2 changed files with 4 additions and 3 deletions

6
package-lock.json generated
View File

@@ -5622,9 +5622,9 @@
}
},
"tree-sitter-css": {
"version": "0.13.6",
"resolved": "https://registry.npmjs.org/tree-sitter-css/-/tree-sitter-css-0.13.6.tgz",
"integrity": "sha512-GLHceXhgDnMMH+WrHwcGwyIbsJSxyz+GUsjpsnypGaoIYWrhCEIZ/a8gRQlzixQqpeQCLbm/0lOh4872LwSiTQ==",
"version": "0.13.7",
"resolved": "https://registry.npmjs.org/tree-sitter-css/-/tree-sitter-css-0.13.7.tgz",
"integrity": "sha512-xMhVZHeTAAgcX4mR63qzLuzV5Hfrp8IhdDDsLAsna7pbT1EHhZxBK7posVMf1QicbblJH4GqFAnZ6fOqUDbKXQ==",
"requires": {
"nan": "^2.11.1"
},

View File

@@ -160,6 +160,7 @@
"text-buffer": "13.14.10",
"timecop": "https://www.atom.io/api/packages/timecop/versions/0.36.2/tarball",
"tree-sitter": "0.13.15",
"tree-sitter-css": "^0.13.7",
"tree-view": "https://www.atom.io/api/packages/tree-view/versions/0.224.2/tarball",
"typescript-simple": "1.0.0",
"underscore-plus": "^1.6.8",