Skip to content

Commit 8ec0af1

Browse files
authored
Merge pull request #9 from messagemedia/version-2.0
Version 2.0
2 parents 5e506ee + fd5c116 commit 8ec0af1

Some content is hidden

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

59 files changed

+3281
-1967
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,4 @@ typings/
5858
.env
5959

6060
./idea
61+
index.js

.travis.yml

+6-7
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
language: node_js
22
node_js:
3-
- "node"
4-
- "lts/*"
5-
- "8"
6-
- "7"
7-
- "6"
8-
- "5"
9-
- "4"
3+
- "4.5"
4+
# command to install dependencies
5+
install: npm install
6+
script:
7+
# command to run linter
8+
- npm run lint

DOCUMENTATION.md

-147
This file was deleted.

Jenkinsfile

-14
This file was deleted.

0 commit comments

Comments
 (0)