From e6854c885ca76e3c9a075bfa0d037646a045e27f Mon Sep 17 00:00:00 2001 From: Rich-Harris Date: Sat, 2 Apr 2016 15:08:16 -0400 Subject: [PATCH] fix build --- gobblefile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gobblefile.js b/gobblefile.js index b847015..c83b98f 100644 --- a/gobblefile.js +++ b/gobblefile.js @@ -95,7 +95,7 @@ module.exports = gobble([ external: [ 'ractive' ], plugins: [ require( 'rollup-plugin-babel' )(), - require( 'rollup-plugin-npm' )({ + require( 'rollup-plugin-node-resolve' )({ jsnext: true, skip: [ 'ractive' ] })