Skip to content

Commit

Permalink
release v-4.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ujjwalguptaofficial committed Jun 18, 2021
1 parent 25d2ae6 commit a81a855
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jsstore",
"version": "4.2.2",
"version": "4.2.3",
"description": "A complete IndexedDB wrapper with SQL like syntax.",
"main": "dist/npm.export.js",
"types": "dist/ts/main/index.d.ts",
Expand Down
2 changes: 2 additions & 0 deletions test/files.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
var nodeModules = "node_modules/"
exports.list_of_files = [
'build/jsstore.js',
'build/jsstore.worker.js',
'test/scripts/common.js',
'test/helpers/*.js',
nodeModules + 'promise-polyfill/dist/polyfill.min.js',
Expand Down
2 changes: 1 addition & 1 deletion test/karma/karma.config.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ var base = require('./karma.config.base');
module.exports = function (config) {
config.set({
...base(config), ...{
files: ['build/jsstore.js', 'build/jsstore.worker.js',
files: [
...files.list_of_files
],
}
Expand Down

0 comments on commit a81a855

Please sign in to comment.