Skip to content

Commit

Permalink
Published freedombase:legal-management@2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
StorytellerCZ committed Jul 16, 2024
1 parent babe1b0 commit 30c4025
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .versions
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ ecmascript-runtime-client@0.12.1
ecmascript-runtime-server@0.11.0
ejson@1.1.3
fetch@0.1.4
freedombase:legal-management@2.0.0
freedombase:legal-management@2.0.1
geojson-utils@1.0.11
id-map@1.1.1
inter-process-messaging@0.1.1
local-test:freedombase:legal-management@2.0.0
local-test:freedombase:legal-management@2.0.1
logging@1.3.4
meteor@1.11.5
minimongo@1.9.4
Expand Down
4 changes: 2 additions & 2 deletions package.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* global Package */
Package.describe({
name: 'freedombase:legal-management',
version: '2.0.0',
version: '2.0.1',
summary: 'Manage your legal documents and user consent.',
git: 'https://github.com/freedombase/meteor-legal-management',
documentation: 'README.md',
Expand All @@ -22,7 +22,7 @@ Package.onUse(function (api) {
api.use([
'aldeed:collection2@4.0.3',
'aldeed:schema-deny@4.0.1',
'aldeed:simple-schema@1.13.1',
'aldeed:simple-schema@1.13.1 || 2.0.0',
])
// 'socialize:base-model@1.1.2'

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"lint-fix": "./node_modules/.bin/biome format --write --reporter=summary",
"publish": "npm prune --production && meteor publish && npm i",
"all-contributors": "./node_modules/.bin/all-contributors",
"all-contributors-generate": "./node_modules/.bin/all-contributors generate",
"all-contributors-generate": "./node_modules/.bin/all-contributors generate"
},
"author": "Jan Dvorak",
"license": "MIT",
Expand Down

0 comments on commit 30c4025

Please sign in to comment.