Skip to content

Commit

Permalink
Merge pull request #208 from montevideo-tech/develop
Browse files Browse the repository at this point in the history
Release 1.2.3
  • Loading branch information
JoaquinBCh authored May 4, 2023
2 parents ae09d4e + 39ea932 commit 06aa4f9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useWorkspaces": true,
"version": "1.2.2",
"version": "1.2.3",
"useNx": false
}
5 changes: 3 additions & 2 deletions packages/cmcd-validator-library/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
{
"name": "@montevideo-tech/cmcd-validator",
"version": "1.2.2",
"version": "1.2.3",
"description": "This is a library created to validate CMCD",
"private": false,
"readme": "../../README.md",
"publishConfig": {
"access": "public"
},
"browser": "dist/cmcd-validator.min.js",
"main": "dist/cmcd-validator.cjs.js",
"module": "dist/cmcd-validator.esm.js",
"browser": "dist/cmcd-validator.min.js",
"scripts": {
"build": "rollup -c",
"start": "rollup -c -w",
Expand Down
1 change: 1 addition & 0 deletions packages/cmcd-validator-library/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ export default [
input: './src/index.js',
output: [
{ file: pkg.module, format: 'es' },
{ file: pkg.main, format: 'cjs' },
],
plugins: [
nodeResolve({ browser: true, preferBuiltins: true }),
Expand Down

0 comments on commit 06aa4f9

Please sign in to comment.