File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
"packages" : [
3
3
" packages/*"
4
4
],
5
- "version" : " 0.2.5 "
5
+ "version" : " 0.2.6 "
6
6
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " create-ts-lib" ,
3
- "version" : " 0.2.5 " ,
3
+ "version" : " 0.2.6 " ,
4
4
"description" : " Create your TypeScript module with no nuild configuration" ,
5
5
"scripts" : {
6
6
"test" : " echo \" Error: no test specified\" && exit 1"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " e2e" ,
3
- "version" : " 0.2.5 " ,
3
+ "version" : " 0.2.6 " ,
4
4
"description" : " " ,
5
5
"private" : true ,
6
6
"main" : " index.js" ,
9
9
"test" : " create-ts-lib app && cd app && npm run build && npm run test"
10
10
},
11
11
"dependencies" : {
12
- "create-ts-lib" : " ^0.2.5 " ,
12
+ "create-ts-lib" : " ^0.2.6 " ,
13
13
"rimraf" : " ^2.6.2"
14
14
},
15
15
"keywords" : [],
You can’t perform that action at this time.
0 commit comments