Skip to content

Commit 69a92ea

Browse files
committed
chore: incldue other md files in package
1 parent 70cfeb8 commit 69a92ea

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/release.yml

-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ jobs:
2626
run: npm i
2727
- name: Build package
2828
run: npm run build
29-
3029
- name: Publish
3130
run: npm publish
3231
env:

.npmignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
/*
2-
!/dist
2+
!/dist
3+
!/*.md

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"types": "./dist/index.d.ts",
99
"repository": {
1010
"type": "git",
11-
"url": "https://github.com/usdigitalresponse/jest-environment-airtable-script"
11+
"url": "git+https://github.com/usdigitalresponse/jest-environment-airtable-script.git"
1212
},
1313
"homepage": "https://github.com/usdigitalresponse/jest-environment-airtable-script",
1414
"bugs": {

0 commit comments

Comments
 (0)