File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 11/*
22 * SidebarJS
3- * Version 5.4 .0
3+ * Version 6.0 .0
44 * https://github.com/SidebarJS/sidebarjs#readme
55 */
66
Original file line number Diff line number Diff line change 11/*
22 * SidebarJS
3- * Version 5.4 .0
3+ * Version 6.0 .0
44 * https://github.com/SidebarJS/sidebarjs#readme
55 */
66
Original file line number Diff line number Diff line change 11/*
22 * SidebarJS
3- * Version 5.4 .0
3+ * Version 6.0 .0
44 * https://github.com/SidebarJS/sidebarjs#readme
55 */
66
Original file line number Diff line number Diff line change 11/*
22 * SidebarJS
3- * Version 5.4 .0
3+ * Version 6.0 .0
44 * https://github.com/SidebarJS/sidebarjs#readme
55 */
66
Original file line number Diff line number Diff line change 11{
22 "name" : " sidebarjs" ,
33 "library" : " SidebarJS" ,
4- "version" : " 5.4 .0" ,
4+ "version" : " 6.0 .0" ,
55 "description" : " Create mobile sidebar/sidenav experience in pure javascript" ,
66 "main" : " ./lib/umd/sidebarjs.js" ,
77 "module" : " ./lib/esm/sidebarjs.js" ,
1414 "demo" : " npm run build && npm run server" ,
1515 "start" : " npm run build:watch | npm run server" ,
1616 "format" : " prettier --config .prettierrc --write src/*.ts && tslint -p tsconfig.json" ,
17- "changelog" : " conventional-changelog -p angular - i CHANGELOG.md -s -r 0" ,
17+ "changelog" : " conventional-changelog -i CHANGELOG.md -s -r 0" ,
1818 "commit:version" : " git add . && git commit -am 'chore(version): $npm_package_version'" ,
1919 "prerelease" : " npm run build && npm run changelog && npm run commit:version" ,
2020 "release" : " git tag $npm_package_version && git push --tags && npm publish"
You can’t perform that action at this time.
0 commit comments