To keep the JavaScript ecosystem healthy, reliable, and secure, every time you make significant updates to an npm package you own, we recommend publishing a new version of the package with an updated version number in the package.json
file that follows the semantic versioning spec. Following the semantic versioning spec helps other developers who depend on your code understand the extent of changes in a given version, and adjust their own code if necessary.
Note: If you introduce a change that breaks a package dependency, we strongly recommend incrementing the version major number; see below for details.
Incrementing semantic versions in published packagesTo help developers who rely on your code, we recommend starting your package version at 1.0.0
and incrementing as follows:
You can specify which update types your package can accept from dependencies in your package's package.json
file.
For example, to specify acceptable version ranges up to 1.0.4, use the following syntax:
1.0
or 1.0.x
or ~1.0.4
1
or 1.x
or ^1.0.4
*
or x
For more information on semantic versioning syntax, see the npm semver calculator.
ExampleResources"dependencies": {
"my_dep": "^1.0.0",
"another_dep": "~2.2.0"
},
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4