Skip to content

Commit

Permalink
fix: added typings
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinav-from-contentstack committed Nov 15, 2021
1 parent 7e8e5cb commit f1d460e
Show file tree
Hide file tree
Showing 6 changed files with 98 additions and 304 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ node_modules/
jspm_packages/

# TypeScript v1 declaration files
typings/
# typings/

# TypeScript cache
*.tsbuildinfo
Expand Down Expand Up @@ -111,4 +111,4 @@ dist
# TernJS port file
.tern-port

.DS_Store
.DS_Store
6 changes: 6 additions & 0 deletions .talismanrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
fileignoreconfig:
- filename: package-lock.json
checksum: e78fc9c4b8032c8a0fd0c0fef9b0b85808aa51e0c3a9c291f8c6227e116705a6
- filename: src/typings/@contentstack/cli-command.d.ts
checksum: 8a91f44817d08d0289f754ff02bd53b106bf89b3a8082bdfe1500a3297f25805
version: "1.0"
Loading

0 comments on commit f1d460e

Please sign in to comment.