Skip to content

Commit e3b848b

Browse files
author
Martynas Žilinskas
committed
Added missing d.ts.
1 parent 1031de1 commit e3b848b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
jspm_packages/**
22
node_modules/**
3-
dist/
3+
dist/
4+
npm-debug.log

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
"generator"
1919
],
2020
"files": [
21-
"assets"
21+
"assets",
22+
"*.d.ts"
2223
],
2324
"author": "Martynas Zilinskas <[email protected]>, Dovydas Navickas <[email protected]>",
2425
"license": "GPL-3.0",

0 commit comments

Comments
 (0)