Skip to content

Commit

Permalink
removed version
Browse files Browse the repository at this point in the history
  • Loading branch information
Fred Heusschen committed Jan 17, 2021
1 parent a8acc2d commit 8f2db43
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 10 deletions.
3 changes: 0 additions & 3 deletions dist/core/oncanvas/mmenu.oncanvas.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import * as pack from '../../../package.json';
import options from './_options';
import configs from './_configs';
import translate from './translations/translate';
Expand Down Expand Up @@ -755,8 +754,6 @@ var Mmenu = /** @class */ (function () {
Mmenu.prototype.i18n = function (text) {
return i18n.get(text, this.conf.language);
};
/** Plugin version. */
Mmenu.version = pack.version;
/** Default options for menus. */
Mmenu.options = options;
/** Default configuration for menus. */
Expand Down
4 changes: 2 additions & 2 deletions dist/mmenu.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mmenu-js",
"version": "8.5.20",
"version": "8.5.21",
"main": "dist/mmenu.js",
"module": "src/mmenu.js",
"author": "Fred Heusschen <[email protected]>",
Expand Down
3 changes: 0 additions & 3 deletions src/core/oncanvas/mmenu.oncanvas.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import * as pack from '../../../package.json';
import options from './_options';
import configs from './_configs';
import translate from './translations/translate';
Expand All @@ -20,8 +19,6 @@ translate();
* Class for a mobile menu.
*/
export default class Mmenu {
/** Plugin version. */
static version: string = pack.version;

/** Default options for menus. */
static options: mmOptions = options;
Expand Down

0 comments on commit 8f2db43

Please sign in to comment.