remove refs to package/package.json

Frédéric Junod
2018-03-05 16:44:52 +01:00
parent 46eeec3c60
commit d10c210398
+3 -11
@@ -22,9 +22,9 @@ Commit your changes:
git add changelog
git commit -m 'Changelog for v3.1.0'
### Update `package.json` and `package/package.json`
### Update `package.json`
Update the version numbers in `package.json` and `package/package.json` to reflect the target release. Create a commit for this change as well.
Update the version numbers in `package.json` to reflect the target release. Create a commit for this change as well.
E.g. in `package.json`
```json
@@ -34,15 +34,7 @@ E.g. in `package.json`
}
```
And in `package/package.json`
```json
{
"name": "ol",
"version": "3.1.0"
}
```
git add package.json package/package.json
git add package.json
git commit -m 'Update package version to 3.1.0'
### Merge the release branch