Skip to content

Commit 5d457d5

Browse files
committed
0.1.3
1 parent b0c4f6f commit 5d457d5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "js-slang",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "Javascript-based interpreter for slang, written in Typescript",
55
"author": {
66
"name": "Source Academy",
@@ -54,12 +54,12 @@
5454
},
5555
"testRegex": "/__tests__/.*\\.ts$",
5656
"testPathIgnorePatterns": [
57-
"/dist/"
57+
"/dist/"
5858
],
5959
"coveragePathIgnorePatterns": [
60-
"/node_modules/",
61-
"/src/typings/",
62-
"/dist/"
60+
"/node_modules/",
61+
"/src/typings/",
62+
"/dist/"
6363
]
6464
}
6565
}

0 commit comments

Comments
 (0)