Skip to content

Commit

Permalink
add maintenance note
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
nolanlawson committed Nov 10, 2018
1 parent e8cea1d commit 7bc083c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -3,7 +3,7 @@ optimize-js [![Build Status](https://travis-ci.org/nolanlawson/optimize-js.svg?b

Optimize a JavaScript file for faster initial execution and parsing, by wrapping all immediately-invoked functions or likely-to-be-invoked functions in parentheses.

See the [changelog](#changelog) for recent changes.
_**⚠️ Maintenance note ⚠️** This project is unmaintained. I consider it an interesting experiment, but I have no intention to keep updating the benchmark results with every new browser release, or to add new features. I invite folks to keep using it, but to be aware that they should heavily benchmark their own websites to ensure it's actually a significant performance improvement in their target browsers._

Install
---
Expand Down

0 comments on commit 7bc083c

Please sign in to comment.