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 1616 with :
1717 node-version : 16
1818 registry-url : https://registry.npmjs.org
19- - name : Install dependencies
20- run : yarn install
19+ - name : Build project
20+ run : yarn build
2121 - name : Release
2222 run : npm publish
2323 env :
Original file line number Diff line number Diff line change 66 "url" : " https://github.com/troberts-28"
77 },
88 "license" : " MIT" ,
9- "version" : " 1.1.1 " ,
9+ "version" : " 1.1.2 " ,
1010 "main" : " dist/index.js" ,
1111 "types" : " dist/index.d.ts" ,
1212 "scripts" : {
3131 "registry" : " https://registry.npmjs.org/"
3232 },
3333 "files" : [
34- " index.ts" ,
3534 " dist" ,
3635 " package.json" ,
3736 " README.md" ,
Original file line number Diff line number Diff line change 1212 "exclude" : [
1313 " example/*" ,
1414 " dist/*" ,
15+ " src/tests*"
1516 ]
1617}
You canβt perform that action at this time.
0 commit comments