Skip to content

Commit

Permalink
update deps, rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
jamuhl committed Nov 7, 2016
1 parent f15082a commit 9d27384
Show file tree
Hide file tree
Showing 8 changed files with 2,179 additions and 2,062 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
]
},
"jsnext": {
"presets": [ "es2015-native-modules", "stage-0" ],
"presets": [ ["es2015", { "modules": false }], "stage-0" ],
"plugins": [
["transform-es2015-classes", { "loose": true }],
"transform-proto-to-assign"
Expand Down
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ coverage/
bower.json
gulpfile.js
karma.conf.js
sample.html
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 3.5.1
- fix build output add a test file to test the generated build

### 3.5.0
- Setting options on individual translations override, rather than merge global configs [#832](https://github.com/i18next/i18next/issues/832)
- Create an new translator when cloning i18next instance [#834](https://github.com/i18next/i18next/pull/834)
Expand Down
Loading

0 comments on commit 9d27384

Please sign in to comment.