Skip to content

Commit

Permalink
reinstate rollup.VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris committed Aug 12, 2017
1 parent b7e1d49 commit e345879
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/browser-entry.js
@@ -1 +1,2 @@
export { default as rollup } from './rollup/index.js';
export { default as rollup } from './rollup/index.js';
export { version as VERSION } from '../package.json';
3 changes: 2 additions & 1 deletion src/node-entry.js
@@ -1,2 +1,3 @@
export { default as rollup } from './rollup/index.js';
export { default as watch } from './watch/index.js';
export { default as watch } from './watch/index.js';
export { version as VERSION } from '../package.json';

0 comments on commit e345879

Please sign in to comment.