File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- ## 1 .0.0 - First Release
2
- * Initial behavior
1
+ ## v1 .0.0-beta released 2022-02-04
2
+ * Initial command set
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " easy-git-annex" ,
3
- "version" : " 1.0.0" ,
3
+ "version" : " 1.0.0-beta " ,
4
4
"description" : " JavaScript/TypeScript API for git-annex and Git commands." ,
5
5
"main" : " ./dist/index.js" ,
6
6
"engines" : {
36
36
"test:badge" : " npm run test:coverage && npx make-coverage-badge" ,
37
37
"test:ci" : " npx jest --testPathIgnorePatterns=/tests/commands-anx/ --testTimeout=15000" ,
38
38
"test:coverage" : " npx jest --collectCoverage" ,
39
- "typedoc" : " npx typedoc" ,
39
+ "typedoc" : " npx typedoc && git checkout HEAD ./docs/_config.yml " ,
40
40
"yalc" : " yalc publish --push"
41
41
},
42
42
"devDependencies" : {
You can’t perform that action at this time.
0 commit comments