update to version 3.0.1
This commit is contained in:
parent
079bad5de1
commit
d6ffe4494c
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/nodemon-v2.0.3-bundled.tar.gz
|
||||
/nodemon-v3.0.1-bundled.tar.gz
|
||||
|
@ -5,7 +5,7 @@
|
||||
%global enable_tests 0
|
||||
|
||||
Name: nodejs-%{npm_name}
|
||||
Version: 2.0.3
|
||||
Version: 3.0.1
|
||||
Release: %autorelease
|
||||
Summary: Simple monitor script for use during development of a node.js app
|
||||
License: MIT
|
||||
@ -29,14 +29,14 @@ Simple monitor script for use during development of a node.js app.
|
||||
|
||||
For use during development of a node.js based application.
|
||||
|
||||
nodemon will watch the files in the directory in which nodemon
|
||||
was started, and if any files change, nodemon will automatically
|
||||
nodemon will watch the files in the directory in which nodemon
|
||||
was started, and if any files change, nodemon will automatically
|
||||
restart your node application.
|
||||
|
||||
nodemon does not require any changes to your code or method of
|
||||
development. nodemon simply wraps your node application and keeps
|
||||
an eye on any files that have changed. Remember that nodemon is a
|
||||
replacement wrapper for node, think of it as replacing the word "node"
|
||||
nodemon does not require any changes to your code or method of
|
||||
development. nodemon simply wraps your node application and keeps
|
||||
an eye on any files that have changed. Remember that nodemon is a
|
||||
replacement wrapper for node, think of it as replacing the word "node"
|
||||
on the command line when you run your script.
|
||||
|
||||
%prep
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (nodemon-v2.0.3-bundled.tar.gz) = 2314e795ddea7eeda858a6179943f4b500791bb9ef2954de1a81056bf0fca416243af08c84058ffb0748237259c3e47cc785898adffa653393aacf7a5156739e
|
||||
SHA512 (nodemon-v3.0.1-bundled.tar.gz) = 945d7f3a1aa66f6d050da5e9e0eab702058b0fb4e75b4d48e3677b5f159c33f1a3974e7b48e5bc858a5959fffc0df29ef3a5dd5646ab574eec38fa350b64823c
|
||||
|
Loading…
Reference in New Issue
Block a user