Skip to content
This repository has been archived by the owner on Jul 9, 2021. It is now read-only.

Commit

Permalink
[fixed] typo in README, increased the minimally required Node.js veri…
Browse files Browse the repository at this point in the history
…on to 6.9.5
  • Loading branch information
thealjey committed Feb 2, 2017
1 parent 6e1a7bd commit 9c06c47
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ APIs are sometimes changed without any change in functionality (e.g. Babel 5 vs

This project aims to abstract all of those problems out of the development of applications and provide the simplest possible interface, pre-configured with everything set up and ready to use right after the installation.

`babel-polyfill`, `autoprefixer`, fast rebuilds with caching in development, production tree shaking, optimizations and compression that care even about your users public cache, everything completely completely automatic and baked into the library.
`babel-polyfill`, `autoprefixer`, fast rebuilds with caching in development, production tree shaking, optimizations and compression that care even about your users public cache, everything completely automatic and baked into the library.

Have fun :)

Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ APIs are sometimes changed without any change in functionality (e.g. Babel 5 vs

This project aims to abstract all of those problems out of the development of applications and provide the simplest possible interface, pre-configured with everything set up and ready to use right after the installation.

`babel-polyfill`, `autoprefixer`, fast rebuilds with caching in development, production tree shaking, optimizations and compression that care even about your users public cache, everything completely completely automatic and baked into the library.
`babel-polyfill`, `autoprefixer`, fast rebuilds with caching in development, production tree shaking, optimizations and compression that care even about your users public cache, everything completely automatic and baked into the library.

Have fun :)

Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="Compiler.
consuming task, which is completely impractical to perform on each project separately.</p>
<p>APIs are sometimes changed without any change in functionality (e.g. Babel 5 vs Babel 6).</p>
<p>This project aims to abstract all of those problems out of the development of applications and provide the simplest possible interface, pre-configured with everything set up and ready to use right after the installation.</p>
<p><code>babel-polyfill</code>, <code>autoprefixer</code>, fast rebuilds with caching in development, production tree shaking, optimizations and compression that care even about your users public cache, everything completely completely automatic and baked into the library.</p>
<p><code>babel-polyfill</code>, <code>autoprefixer</code>, fast rebuilds with caching in development, production tree shaking, optimizations and compression that care even about your users public cache, everything completely automatic and baked into the library.</p>
<p>Have fun :)</p>
<h3>Feedback</h3><p>What did you struggle with?</p>
<p>Any feedback on <strong><a href="https://discord.gg/0blXIxApyTu9qXno">Discord</a></strong> would be greatly appreciated. It does not require registration and won't take more than a few minutes of your time.</p>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Lint, type-check, compile, package and gzip JavaScript (ES6 + Flow static types + JSX), for the browser as well as NodeJS; lint, compile, auto-prefix, minify and gzip SASS.",
"main": "lib/index.js",
"engines": {
"node": ">=6.9.4",
"node": ">=6.9.5",
"npm": ">=3.10.10"
},
"scripts": {
Expand Down

0 comments on commit 9c06c47

Please sign in to comment.