File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -241,7 +241,7 @@ Check out the [Contributing Guidelines](CONTRIBUTING.md)
241
241
* Create version tag in git
242
242
* Create a github release and upload the minified file
243
243
* Release on npm
244
- * Increment and add the "-pre" suffix to the "version" attribute of ` bower.json ` , ` package.json ` and ` component .json`
244
+ * Increment and add the "-pre" suffix to the "version" attribute of ` bower.json ` and ` package .json`
245
245
* Increment and add the "-pre" suffix to the version number in the ` src/js.cookie.js ` file
246
246
* Link the documentation of the latest release tag in the ` README.md `
247
247
* Commit with the message "Prepare for the next development iteration"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " js-cookie" ,
3
- "version" : " 2.0.0-beta.1 " ,
3
+ "version" : " 2.0.0-pre " ,
4
4
"main" : [
5
5
" src/js.cookie.js"
6
6
],
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " js-cookie" ,
3
- "version" : " 2.0.0-beta.1 " ,
3
+ "version" : " 2.0.0-pre " ,
4
4
"description" : " A simple, lightweight JavaScript API for handling cookies" ,
5
5
"main" : " src/js.cookie.js" ,
6
6
"directories" : {
Original file line number Diff line number Diff line change 1
1
/*!
2
- * JavaScript Cookie v2.0.0-beta.1
2
+ * JavaScript Cookie v2.0.0-pre
3
3
* https://github.com/js-cookie/js-cookie
4
4
*
5
5
* Copyright 2006, 2015 Klaus Hartl
You can’t perform that action at this time.
0 commit comments