We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cc9104 commit a60ff62Copy full SHA for a60ff62
.github/workflows/publish.yml
@@ -14,6 +14,7 @@ jobs:
14
with:
15
node-version: 10
16
- run: npm install
17
+ - run: npm run dev:start
18
- run: npm test
19
- uses: JS-DevTools/npm-publish@v1
20
package.json
@@ -3,7 +3,7 @@
3
"bin": {
4
"fileset": "./dist/src/index.js"
5
},
6
- "version": "0.1.1",
+ "version": "0.1.2",
7
"license": "MIT",
8
"homepage": "https://github.com/blinkkcode/fileset/",
9
"repository": {
0 commit comments