Skip to content
This repository has been archived by the owner on Nov 25, 2018. It is now read-only.

Commit

Permalink
Merge pull request #23 from truenorth/patch-1
Browse files Browse the repository at this point in the history
Bump esperanto to ^v0.7.3
  • Loading branch information
mike-north committed Jul 7, 2015
2 parents 124ed69 + b6c49f2 commit 4aec7dc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#broccoli-es6modules

[![Dependency Status](https://david-dm.org/ember-cli/broccoli-es6modules.svg)](https://david-dm.org/ember-cli/broccoli-es6modules)
[![devDependency Status](https://david-dm.org/ember-cli/broccoli-es6modules/dev-status.svg)](https://david-dm.org/ember-cli/broccoli-es6modules#info=devDependencies)

ES6Modules is a broccoli filter that transpiles source code in a
project from ES6 modules to ES5 modules in AMD, CJS, or UMD styles.

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "broccoli-es6modules",
"version": "1.0.0",
"version": "1.0.1",
"description": "An es6 module transpiler & concatenator for broccoli.",
"main": "index.js",
"scripts": {
Expand All @@ -12,7 +12,7 @@
"dependencies": {
"broccoli-caching-writer": "0.5.3",
"broccoli-kitchen-sink-helpers": "^0.2.7",
"esperanto": "^0.7.2",
"esperanto": "^0.7.3",
"mkdirp": "^0.5.0",
"rsvp": "^3.0.16",
"walk-sync": "^0.1.3"
Expand Down

0 comments on commit 4aec7dc

Please sign in to comment.