⬆️ tree-sitter (stable release)

This commit is contained in:
Max Brunsfeld 2019-05-06 16:45:05 -07:00
parent 59319d639a
commit e33ac81167
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -7185,9 +7185,9 @@
"integrity": "sha512-4hjqbObwlh2dLyW4tcz0Ymw0ggoaVDMveUB9w8kFSQScdRLo0gxO9J7WFcUBo+W3C1TLdFIEwNOWebgZZ0RH9Q==" "integrity": "sha512-4hjqbObwlh2dLyW4tcz0Ymw0ggoaVDMveUB9w8kFSQScdRLo0gxO9J7WFcUBo+W3C1TLdFIEwNOWebgZZ0RH9Q=="
}, },
"tree-sitter": { "tree-sitter": {
"version": "0.15.0-1", "version": "0.15.0",
"resolved": "https://registry.npmjs.org/tree-sitter/-/tree-sitter-0.15.0-1.tgz", "resolved": "https://registry.npmjs.org/tree-sitter/-/tree-sitter-0.15.0.tgz",
"integrity": "sha512-2FeiKFUZfJ1MxKqJ5GTAIoQ/SqpqwNeUAdKgZi3MS8m368Mb1Cv6+zyQDcrKyrJWLtKmZs15YJrD9nbMUdcUiA==", "integrity": "sha512-3CDZ7X4hSJgMXOo8WWhYIwS06hFDmI3x6/3rX+i+LP4ykL3UWVt5TgNKYjAkgBxbpFEHGkaSBe5LRQu5LHOQ3A==",
"requires": { "requires": {
"nan": "^2.13.2", "nan": "^2.13.2",
"prebuild-install": "^5.0.0" "prebuild-install": "^5.0.0"

View File

@ -158,7 +158,7 @@
"temp": "^0.9.0", "temp": "^0.9.0",
"text-buffer": "13.15.1", "text-buffer": "13.15.1",
"timecop": "https://www.atom.io/api/packages/timecop/versions/0.36.2/tarball", "timecop": "https://www.atom.io/api/packages/timecop/versions/0.36.2/tarball",
"tree-sitter": "0.15.0-1", "tree-sitter": "0.15.0",
"tree-sitter-css": "^0.13.7", "tree-sitter-css": "^0.13.7",
"tree-view": "https://www.atom.io/api/packages/tree-view/versions/0.226.0/tarball", "tree-view": "https://www.atom.io/api/packages/tree-view/versions/0.226.0/tarball",
"typescript-simple": "1.0.0", "typescript-simple": "1.0.0",