Skip to content

Commit

Permalink
Quickfix for rollup-plugin-nodent breaking JSX plugin. (see oligot/…
Browse files Browse the repository at this point in the history
  • Loading branch information
developit committed Jan 26, 2018
1 parent 99746d8 commit d671cf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -36,7 +36,7 @@
"author": "Jason Miller <jason@developit.ca> (http://jasonformat.com)",
"license": "MIT",
"dependencies": {
"acorn-jsx": "4.1.0",
"acorn-jsx": "^4.1.1",
"asyncro": "^2.0.1",
"autoprefixer": "^7.2.5",
"babel-polyfill": "^6.26.0",
Expand All @@ -55,8 +55,8 @@
"rollup-plugin-es3": "^1.1.0",
"rollup-plugin-flow": "^1.1.1",
"rollup-plugin-node-resolve": "^3.0.2",
"rollup-plugin-nodent": "^0.1.3",
"rollup-plugin-postcss": "^1.2.6",
"rollup-plugin-nodent": "github:developit/rollup-plugin-nodent",
"rollup-plugin-preserve-shebang": "^0.1.6",
"rollup-plugin-sizes": "^0.4.2",
"rollup-plugin-strict-alias": "^1.0.0",
Expand Down

0 comments on commit d671cf8

Please sign in to comment.