File tree 2 files changed +2
-3
lines changed
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 22
22
run : yarn build
23
23
24
24
- name : publish to registry
25
- run : yarn publish
25
+ run : npm publish
26
26
env :
27
27
NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " shell.js" ,
3
- "version" : " 4.0.2 " ,
3
+ "version" : " 4.0.3 " ,
4
4
"description" : " A JavaScript library to create HTML terminals in web pages." ,
5
5
"author" : " Davide Caruso <davide.caruso93@gmail.com>" ,
6
6
"homepage" : " https://shelljs.io" ,
17
17
"eslint" : " eslint --fix-dry-run ./" ,
18
18
"eslint:fix" : " eslint --fix ./" ,
19
19
"prettier" : " prettier --write ./src ./webpack.*.js" ,
20
- "publish" : " npm publish" ,
21
20
"test" : " mocha -r mocha.module.js -r ts-node/register --globals window **/*.test.ts" ,
22
21
"test:watch" : " npm run test -- --watch" ,
23
22
"test:coverage" : " nyc npm run test" ,
You can’t perform that action at this time.
0 commit comments