File tree 4 files changed +10
-9
lines changed 4 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 23
23
"release-it" : " ^13.6.3" ,
24
24
"release-it-lerna-changelog" : " ^2.3.0" ,
25
25
"release-it-yarn-workspaces" : " ^1.4.0"
26
- }
26
+ },
27
+ "version" : " 0.1.0"
27
28
}
Original file line number Diff line number Diff line change 19
19
"prepack" : " yarn build"
20
20
},
21
21
"dependencies" : {
22
- "@glint/config" : " link:../config " ,
23
- "@glint/transform" : " link:../transform " ,
22
+ "@glint/config" : " 0.1.0 " ,
23
+ "@glint/transform" : " 0.1.0 " ,
24
24
"debug" : " ^4.1.1" ,
25
25
"resolve" : " ^1.17.0" ,
26
26
"yargs" : " ^15.3.1"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @glint/tsserver-plugin" ,
3
- "version" : " 1.0 .0" ,
3
+ "version" : " 0.1 .0" ,
4
4
"repository" : " typed-ember/glint" ,
5
5
"license" : " MIT" ,
6
6
"author" : " Dan Freeman (https://github.com/dfreeman)" ,
17
17
"prepack" : " yarn build"
18
18
},
19
19
"dependencies" : {
20
- "@glint/config" : " link:../config " ,
21
- "@glint/transform" : " link:../transform "
20
+ "@glint/config" : " 0.1.0 " ,
21
+ "@glint/transform" : " 0.1.0 "
22
22
},
23
23
"devDependencies" : {
24
24
"@types/jest" : " ^25.2.1" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " demo-app" ,
3
- "version" : " 0.0 .0" ,
3
+ "version" : " 0.1 .0" ,
4
4
"description" : " A brand new Glimmer app." ,
5
5
"directories" : {
6
6
"doc" : " doc" ,
31
31
"@glimmerx/helper" : " ^0.2.3" ,
32
32
"@glimmerx/modifier" : " ^0.2.3" ,
33
33
"@glimmerx/service" : " ^0.2.3" ,
34
- "@glint/cli" : " * " ,
35
- "@glint/tsserver-plugin" : " * " ,
34
+ "@glint/cli" : " 0.1.0 " ,
35
+ "@glint/tsserver-plugin" : " 0.1.0 " ,
36
36
"@types/qunit" : " ^2.9.1" ,
37
37
"@typescript-eslint/eslint-plugin" : " ^2.26.0" ,
38
38
"@typescript-eslint/parser" : " ^2.26.0" ,
You can’t perform that action at this time.
0 commit comments