Skip to content

Commit

Permalink
Merge pull request #2 from cryptohub-digital/update/initial-02
Browse files Browse the repository at this point in the history
Initial 2
  • Loading branch information
rastislavcore authored Sep 21, 2023
2 parents bd73d46 + baa8f2c commit c4aabfa
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ jobs:
with:
node-version: '14.x'
registry-url: 'https://registry.npmjs.org'
- name: Install & Build 🔧
run: npm i && npm run build
- name: Publish package on NPM 📦
run: npm publish --access public
env:
Expand Down
32 changes: 32 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
### macOS ###
# General
.DS_Store
.AppleDouble
.LSOverride

# Icon must end with two \r
Icon


# Thumbnails
._*

# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent

# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk

### macOS Patch ###
# iCloud generated files
*.icloud
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,9 @@
],
"bugs": {
"url": "https://github.com/cryptohub-digital/countries-divisions/issues"
}
},
"files": [
"index.js",
"countries-divisions.json"
]
}

0 comments on commit c4aabfa

Please sign in to comment.