Skip to content
This repository was archived by the owner on Sep 15, 2021. It is now read-only.

Commit 5fd50db

Browse files
committed
Added .gitattributes and started tracking more files.
1 parent 62a9dd6 commit 5fd50db

2 files changed

Lines changed: 12 additions & 8 deletions

File tree

.npmignore

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
.idea
2+
.d.ts/tests
3+
js/tests
4+
ts/tests
5+
ts/tsconfig.json
6+
ts/tslint.json
7+
.gitattributes
8+
.gitignore
9+
.npmignore
10+
gulpfile.js
11+
jest.config.js
12+
logo.svg

package.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,6 @@
77
},
88
"main": "js/main",
99
"types": ".d.ts/main",
10-
"files": [
11-
".d.ts/**",
12-
"js/**",
13-
"ts/**",
14-
"license.md",
15-
"package.json",
16-
"readme.md"
17-
],
1810
"scripts": {
1911
"build": "gulp rebuild",
2012
"test": "gulp rebuild && jest"

0 commit comments

Comments
 (0)