Skip to content

Commit 69af35c

Browse files
committed
1.0.2
1 parent f67ed76 commit 69af35c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wessberg/simplelanguageservice",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "A service that parses and reflects on the AST generated by Typescript's language service. With it, we can extract metadata such as initialization values and types, arguments and import declarations.",
55
"main": "./dist/cjs/SimpleLanguageService.js",
66
"module": "./dist/es2015/index.js",

0 commit comments

Comments
 (0)