.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / import-fresh / readme.md
index 0bfa1c90443e836b5462e4163bac294b8fd2af1f..bd14c79c632336d67b81c800da93cffe4952de6f 100644 (file)
@@ -1,17 +1,15 @@
-# import-fresh [![Build Status](https://travis-ci.org/sindresorhus/import-fresh.svg?branch=master)](https://travis-ci.org/sindresorhus/import-fresh)
+# import-fresh
 
 > Import a module while bypassing the [cache](https://nodejs.org/api/modules.html#modules_caching)
 
 Useful for testing purposes when you need to freshly import a module.
 
-
 ## Install
 
 ```
 $ npm install import-fresh
 ```
 
-
 ## Usage
 
 ```js
@@ -36,14 +34,12 @@ importFresh('./foo')();
 //=> 1
 ```
 
-
 ## import-fresh for enterprise
 
 Available as part of the Tidelift Subscription.
 
 The maintainers of import-fresh and thousands of other packages are working with Tidelift to deliver commercial support and maintenance for the open source dependencies you use to build your applications. Save time, reduce risk, and improve code health, while paying the maintainers of the exact dependencies you use. [Learn more.](https://tidelift.com/subscription/pkg/npm-import-fresh?utm_source=npm-import-fresh&utm_medium=referral&utm_campaign=enterprise&utm_term=repo)
 
-
 ## Related
 
 - [clear-module](https://github.com/sindresorhus/clear-module) - Clear a module from the import cache