Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolayMakhonin committed Mar 9, 2019
1 parent 7b2c44c commit c46a7c5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
1.0.0 / 2019-03-09
===================

* Frist release

0.0.1 / 2019-03-08
===================

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ const myModule = requireFromString(
[npm-url]: https://npmjs.org/package/require-from-memory
[node-version-image]: https://img.shields.io/node/v/require-from-memory.svg
[node-version-url]: https://nodejs.org/en/download/
[travis-image]: https://travis-ci.org/NikolayMakhonin/require-from-memory.svg?branch=helpers
[travis-url]: https://travis-ci.org/NikolayMakhonin/require-from-memory?branch=helpers
[coveralls-image]: https://coveralls.io/repos/github/NikolayMakhonin/require-from-memory/badge.svg?branch=helpers
[coveralls-url]: https://coveralls.io/github/NikolayMakhonin/require-from-memory?branch=helpers
[travis-image]: https://travis-ci.org/NikolayMakhonin/require-from-memory.svg
[travis-url]: https://travis-ci.org/NikolayMakhonin/require-from-memory
[coveralls-image]: https://coveralls.io/repos/github/NikolayMakhonin/require-from-memory/badge.svg
[coveralls-url]: https://coveralls.io/github/NikolayMakhonin/require-from-memory
[downloads-image]: https://img.shields.io/npm/dm/require-from-memory.svg
[downloads-url]: https://npmjs.org/package/require-from-memory
[npm-url]: https://npmjs.org/package/require-from-memory
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "require-from-memory",
"version": "0.0.1",
"description": "NodeJs require with mock content and file name and support babel, pirates, etc",
"version": "1.0.0",
"description": "NodeJs \"require\" with mock content and file name and supports babel, pirates, etc",
"author": "Nikolay Makhonin",
"homepage": "https://github.com/NikolayMakhonin/require-from-memory",
"bugs": {
Expand Down

0 comments on commit c46a7c5

Please sign in to comment.