Skip to content

Commit dbea5c3

Browse files
"version" attribute is not necessary for bower
Closes js-cookiegh-44.
1 parent 7c3a8bd commit dbea5c3

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,13 +235,13 @@ Check out the [Contributing Guidelines](CONTRIBUTING.md)
235235

236236
## Manual release steps
237237

238-
* Remove the "-pre" suffix of the "version" attribute of `bower.json` and `package.json`
238+
* Remove the "-pre" suffix of the "version" attribute of `package.json`
239239
* Remove the "-pre" suffix of the version number in the `src/js.cookie.js` file
240240
* Commit with the message "Release version x.x.x"
241241
* Create version tag in git
242242
* Create a github release and upload the minified file
243243
* Release on npm
244-
* Increment and add the "-pre" suffix to the "version" attribute of `bower.json` and `package.json`
244+
* Increment and add the "-pre" suffix to the "version" attribute of `package.json`
245245
* Increment and add the "-pre" suffix to the version number in the `src/js.cookie.js` file
246246
* Link the documentation of the latest release tag in the `README.md`
247247
* Commit with the message "Prepare for the next development iteration"

bower.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"name": "js-cookie",
3-
"version": "2.0.0-pre",
43
"main": [
54
"src/js.cookie.js"
65
],

0 commit comments

Comments
 (0)