Skip to content

Commit

Permalink
Merge pull request #5 from ordbok/v0.2.2
Browse files Browse the repository at this point in the history
v0.2.2
  • Loading branch information
sophiebremer authored Jan 27, 2022
2 parents 1fd1a19 + e392d66 commit 753568d
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 46 deletions.
File renamed without changes.
84 changes: 42 additions & 42 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
"name": "@ordbok/plugin-boilerplate",
"repository": "https://github.com/ordbok/plugin-boilerplate.git",
"types": "index.d.ts",
"version": "0.2.1",
"version": "0.2.2",
"devDependencies": {
"@ordbok/typedoc-theme": "~0.6.0",
"@ordbok/core": "~v0.2.1",
"@ordbok/core": "~v0.2.2",
"@types/node": "^14.10.3",
"browserify": "^17.0.0",
"typescriptlibs.typedoc": "github:typescriptlibs/typescriptlibs.typedoc#v0.19.3",
Expand All @@ -25,7 +25,7 @@
"lib/",
"index.d.ts",
"index.js",
"LICENSE",
"LICENSE.md",
"ordbok-plugin.d.ts",
"ordbok-plugin.js",
"README.md"
Expand All @@ -35,7 +35,7 @@
"ordbok"
],
"peerDependencies": {
"@ordbok/core": ">=0.2.1"
"@ordbok/core": ">=0.2.2"
},
"scripts": {
"build": "npm run clean && npm run build-1 && npm run build-2 && npm run build-3",
Expand Down

0 comments on commit 753568d

Please sign in to comment.