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 Mar 19, 2019
1 parent df6f079 commit 6784f77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
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 6784f77

Please sign in to comment.