We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a53d71f + 94ad13b commit 13b4e1aCopy full SHA for 13b4e1a
package.json
@@ -7,6 +7,8 @@
7
"url": "https://github.com/source-academy/"
8
},
9
"dependencies": {
10
+ "@types/acorn": "^4.0.3",
11
+ "@types/estree": "0.0.39",
12
"acorn": "^5.7.1",
13
"astring": "^1.2.0",
14
"commander": "^2.14.1",
@@ -32,9 +34,7 @@
32
34
33
35
"homepage": "https://github.com/source-academy/js-slang",
36
"devDependencies": {
- "@types/acorn": "^4.0.3",
37
"@types/common-tags": "^1.4.0",
- "@types/estree": "0.0.39",
38
"@types/invariant": "^2.2.29",
39
"@types/jest": "^23.1.4",
40
"@types/node": "^9.4.7",
0 commit comments