Skip to content

Commit

Permalink
also transpile stubs
Browse files Browse the repository at this point in the history
  • Loading branch information
sometimeskind committed Nov 14, 2017
1 parent 69d50a6 commit 9410c82
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "app-manager",
"version": "0.3.5",
"version": "0.3.6",
"description": "Script for managing the lifecycles of multiple apps on a single page",
"main": "es5/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion test/browse.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import { expect } from 'chai';
import sinon from 'sinon';

import { WindowStub, HistoryStub } from '../utils/stubs';
import { WindowStub, HistoryStub } from '../lib/utils/stubs';

import initAppManager from '../lib/app-manager';

Expand Down

0 comments on commit 9410c82

Please sign in to comment.