Skip to content

Commit

Permalink
Updated dev dependencies and github workflow, added editorconfig file
Browse files Browse the repository at this point in the history
  • Loading branch information
ascartabelli committed Nov 15, 2023
1 parent 32c8bb1 commit ccf9f06
Show file tree
Hide file tree
Showing 10 changed files with 2,648 additions and 11,670 deletions.
12 changes: 12 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
root = true

[*]
indent_style = space
indent_size = 4
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.yml]
indent_style = space
indent_size = 2
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
node-version: [14.x, 16.x, 18.x]
node-version: [16.x, 18.x, 20.x]

name: Node ${{ matrix.node-version }}

Expand Down
2 changes: 1 addition & 1 deletion dist/lamb.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* @overview lamb - A lightweight, and docile, JavaScript library to help embracing functional programming.
* @author Andrea Scartabelli <andrea.scartabelli@gmail.com>
* @version 0.61.0
* @version 0.61.1-beta.1
* @module lamb
* @license MIT
*/
Expand Down
4 changes: 2 additions & 2 deletions dist/lamb.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/lamb.min.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/lamb.min.mjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/lamb.min.mjs.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/lamb.mjs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* @overview lamb - A lightweight, and docile, JavaScript library to help embracing functional programming.
* @author Andrea Scartabelli <andrea.scartabelli@gmail.com>
* @version 0.61.0
* @version 0.61.1-beta.1
* @module lamb
* @license MIT
*/
Expand Down
14,274 changes: 2,620 additions & 11,654 deletions package-lock.json

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,20 +64,20 @@
"unpkg": "dist/lamb.min.js",
"sideEffects": false,
"tonicExample": "var _ = require('lamb');",
"version": "0.61.0",
"version": "0.61.1-beta.1",
"devDependencies": {
"@babel/core": "^7.20.2",
"@babel/preset-env": "^7.20.2",
"@babel/core": "^7.23.3",
"@babel/preset-env": "^7.23.3",
"@jsdevtools/version-bump-prompt": "^6.1.0",
"eslint-plugin-jsdoc": "^39.6.2",
"eslint-plugin-jsdoc": "^46.9.0",
"gulp": "^4.0.2",
"gulp-eslint-new": "^1.7.0",
"gulp-eslint-new": "^1.8.4",
"gulp-jest": "^4.0.4",
"gulp-rename": "^2.0.0",
"gulp-shell": "^0.8.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-terser": "^2.1.0",
"jest": "^29.3.1",
"rollup": "^3.2.5"
"jest": "^29.7.0",
"rollup": "^4.4.1"
}
}

0 comments on commit ccf9f06

Please sign in to comment.