Skip to content

Commit 19384c9

Browse files
committed
first commit
0 parents  commit 19384c9

File tree

1,846 files changed

+186264
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,846 files changed

+186264
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
node_modules

.travis.yml

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
sudo: false
2+
language: node_js
3+
node_js:
4+
- "node"
5+
install: npm install
6+
script:
7+
- npm test
8+
- gulp
9+
cache:
10+
directories:
11+
- node_modules

0 commit comments

Comments
 (0)