Skip to content

Commit

Permalink
Merge pull request #299 from dekujs/2.0.0
Browse files Browse the repository at this point in the history
2.0.0
  • Loading branch information
anthonyshort committed Dec 28, 2015
2 parents f3baf3a + b54bf57 commit d5004b1
Show file tree
Hide file tree
Showing 95 changed files with 4,241 additions and 9,882 deletions.
7 changes: 7 additions & 0 deletions .babelrc
@@ -0,0 +1,7 @@
{
"presets": ["es2015", "stage-2"],
"sourceMaps": true,
"plugins": [
["transform-react-jsx", {"pragma": "h"}]
]
}
2 changes: 1 addition & 1 deletion .gitignore
@@ -1,3 +1,3 @@
node_modules
components
.DS_Store
_book
10 changes: 2 additions & 8 deletions .npmignore
@@ -1,8 +1,2 @@
node_modules
test/
docs/
.npmignore
.zuul
History.md
LICENSE.md
Makefile
test
src
5 changes: 2 additions & 3 deletions .zuul.yml
Expand Up @@ -2,9 +2,9 @@ ui: tape
concurrency: 2
browsers:
- name: chrome
version: 43..latest
version: latest
- name: firefox
version: 38..latest
version: latest
- name: iphone
version: latest
- name: ipad
Expand All @@ -15,4 +15,3 @@ browsers:
version: 7..latest
browserify:
- transform: babelify
- transform: envify

0 comments on commit d5004b1

Please sign in to comment.