Skip to content

Commit

Permalink
Merge pull request #713 from rollup/upgrade-string
Browse files Browse the repository at this point in the history
Upgrade rollup-plugin-string
  • Loading branch information
Rich-Harris committed Jun 11, 2016
2 parents 89327d5 + 958ff75 commit 31528a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"rollup-plugin-json": "^2.0.0",
"rollup-plugin-node-resolve": "^1.5.0",
"rollup-plugin-replace": "^1.0.1",
"rollup-plugin-string": "^1.0.1",
"rollup-plugin-string": "^2.0.0",
"sander": "^0.5.0",
"source-map": "^0.5.3",
"sourcemap-codec": "^1.2.1",
Expand Down
2 changes: 1 addition & 1 deletion rollup.config.cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default {
format: 'cjs',
banner: '#!/usr/bin/env node',
plugins: [
string({ extensions: [ '.md' ] }),
string({ include: '**/*.md' }),
json(),
buble(),
commonjs({
Expand Down

0 comments on commit 31528a5

Please sign in to comment.