Skip to content

Commit

Permalink
fix(shape): Remove stage-0 preset from babelrc
Browse files Browse the repository at this point in the history
  • Loading branch information
ghaiklor committed Jan 13, 2016
1 parent 3321118 commit 95cd748
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"presets": ["es2015-node4", "stage-0"]
"presets": ["es2015-node4"]
}
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ notifications:
email: true
node_js:
- stable
- 5
- 4
before_script:
- npm prune
Expand Down
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,6 @@ export default class Rectangle extends Shape {
}
```

## API

For API documentation take a closer look into [Basic.md](docs/Basic.md) file.

## License

The MIT License (MIT)
Expand Down
File renamed without changes.

0 comments on commit 95cd748

Please sign in to comment.