Skip to content

Commit

Permalink
Build & bundle TS declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
kossnocorp committed Jun 11, 2022
1 parent 8cac4a1 commit b96ccc7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules
index.js
index.js
index.d.ts
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
{
"name": "@date-fns/utc",
"version": "0.1.0",
"version": "0.2.0",
"description": "UTC date utils",
"main": "index.js",
"scripts": {
"test": "env TZ=Asia/Kolkata vitest",
"build": "tsc index.ts"
"build": "tsc index.ts --declaration --skipLibCheck"
},
"files": [
"index.js",
"index.d.ts",
"README.md"
],
"repository": {
Expand Down

0 comments on commit b96ccc7

Please sign in to comment.