Skip to content

Commit

Permalink
Bump and build 3.1.0 (#3231)
Browse files Browse the repository at this point in the history
* Bump and build 3.1.0

* fix build
  • Loading branch information
denar90 authored and ahumphreys87 committed Oct 13, 2016
1 parent 22d1554 commit c1d41d7
Show file tree
Hide file tree
Showing 7 changed files with 431 additions and 340 deletions.
2 changes: 1 addition & 1 deletion bower.json
Expand Up @@ -3,7 +3,7 @@
"description": "The Backbone Framework",
"homepage": "http://marionettejs.org",
"main": "./lib/backbone.marionette.js",
"version": "3.0.0",
"version": "3.1.0",
"keywords": [
"backbone",
"framework",
Expand Down
4 changes: 2 additions & 2 deletions gulp/build.js
Expand Up @@ -10,7 +10,7 @@ import runSequence from 'run-sequence';
import { rollup } from 'rollup';
import babel from 'rollup-plugin-babel';
import json from 'rollup-plugin-json';
import preset from 'babel-preset-es2015-rollup';
import preset from 'babel-preset-es2015';

import banner from './_banner';
import {name} from '../package.json';
Expand Down Expand Up @@ -40,7 +40,7 @@ function bundle(opts) {
json(),
babel({
sourceMaps: true,
presets: [ preset ],
presets: [['es2015', {modules: false}]],
babelrc: false
})
]
Expand Down

0 comments on commit c1d41d7

Please sign in to comment.