Skip to content

Commit c0d9e7b

Browse files
committed
Initial commit with library files
1 parent 9d2b27d commit c0d9e7b

File tree

9 files changed

+5141
-0
lines changed

9 files changed

+5141
-0
lines changed

.gitignore

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
node_modules
2+
lib
3+
logs
4+
5+
src/**/*.js*
6+
test/**/*.js*
7+
8+
.vscode
9+
.DS_Store
10+
*.swp
11+
*.log*
12+
*.iml
13+
.idea
14+
*.orig

.npmignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
src
2+
tsconfig.json
3+
tslint.json
4+
webpack.config.js
5+
yarn.lock
6+
package-lock.json

.npmrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
tag-version-prefix=
2+
message=Bump to version %s

0 commit comments

Comments
 (0)