Skip to content

Commit 530e2c6

Browse files
committed
Merge branch 'release/v0.9.0'
2 parents 15f4416 + 5bbf49a commit 530e2c6

Some content is hidden

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

47 files changed

+9694
-2471
lines changed

.babelrc

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"presets": ["env"]
3+
}

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
node_modules
22
test
33
doc
4+
dist
5+

.travis.yml

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
git:
2+
depth: 10
3+
sudo: false
4+
language: node_js
5+
cache:
6+
directories:
7+
- node_modules
8+
node_js:
9+
- '7'
10+
- '6'
11+
- '4'
12+
13+
env:
14+
- JOB=test
15+
16+
script:
17+
- 'if [ "$JOB" = "test" ]; then npm run test; fi'

Gruntfile.coffee

-146
This file was deleted.

NPM_OWNERS

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
cwdoh
2+

0 commit comments

Comments
 (0)