Skip to content

Commit

Permalink
Updated Pakket module.
Browse files Browse the repository at this point in the history
  • Loading branch information
jclo committed Aug 2, 2020
1 parent 6e03307 commit 065ad6a
Show file tree
Hide file tree
Showing 6 changed files with 105 additions and 83 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ cache:
notifications:
email: false
node_js:
- "10"
- "12"
before_install:
- npm i -g npm@^2.0.0
before_script:
Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### HEAD

### 0.0.3 (July 28, 2020)
### 0.0.3 (August 2, 2020)

* Fixed a few typos,
* Added the ESM module to enable Mocha testing from the source files,
Expand All @@ -9,6 +9,7 @@
* Second release candidate,
* Added the option to generate an ES6 Module,
* Third release candidate,
* Updated Pakket module,
* ...,


Expand Down
4 changes: 2 additions & 2 deletions lib/es6pakket.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Generated by Pakket v0.0.2-beta.2 */
/*! Generated by Pakket v0.0.2-beta.3 */
/* global define */
/* eslint no-shadow: ['error', { 'allow': ['root'] }] */
/* eslint strict: ["error", "function"] */
Expand Down Expand Up @@ -100,7 +100,7 @@
};

// Attaches a constant to ES6Pakket that provides the version of the lib.
ES6Pakket.VERSION = '0.0.3-beta.3';
ES6Pakket.VERSION = '0.0.3-beta.4';


// -- Public Static Methods ----------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions lib/es6pakket.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Generated by Pakket v0.0.2-beta.2 */
/*! Generated by Pakket v0.0.2-beta.3 */
/* global define */
/* eslint no-shadow: ['error', { 'allow': ['root'] }] */
/* eslint strict: ["error", "function"] */
Expand Down Expand Up @@ -101,7 +101,7 @@ const $__ES6GLOB = {};
};

// Attaches a constant to ES6Pakket that provides the version of the lib.
ES6Pakket.VERSION = '0.0.3-beta.3';
ES6Pakket.VERSION = '0.0.3-beta.4';


// -- Public Static Methods ----------------------------------------------------
Expand Down
Loading

0 comments on commit 065ad6a

Please sign in to comment.