mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
17 lines
405 B
JSON
17 lines
405 B
JSON
{
|
|
"name": "update-semver",
|
|
"version": "1.0.0",
|
|
"description": "update semver in meteor js",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"bump-experimental-rc" : "node index.js @auto.rc",
|
|
"bump-experimental-beta" : "node index.js @auto.beta",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "grubba27",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"semver": "^7.3.8"
|
|
}
|
|
}
|