mirror of
https://github.com/penpot/penpot-plugins.git
synced 2025-02-01 20:09:19 -05:00
fix: fix runtime version
This commit is contained in:
parent
249ea62654
commit
95afbf300e
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@penpot/plugins-runtime",
|
"name": "@penpot/plugins-runtime",
|
||||||
"version": "0.0.0",
|
"version": "0.8.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@penpot/plugin-types": "^0.8.0",
|
"@penpot/plugin-types": "^0.8.0",
|
||||||
"ses": "^1.1.0",
|
"ses": "^1.1.0",
|
||||||
|
|
2
nx.json
2
nx.json
|
@ -5,7 +5,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"release": {
|
"release": {
|
||||||
"projects": ["libs/plugins-styles", "libs/plugin-types"]
|
"projects": ["libs/plugins-styles", "libs/plugin-types", "libs/plugins-runtime"]
|
||||||
},
|
},
|
||||||
"extends": "nx/presets/npm.json",
|
"extends": "nx/presets/npm.json",
|
||||||
"$schema": "./node_modules/nx/schemas/nx-schema.json",
|
"$schema": "./node_modules/nx/schemas/nx-schema.json",
|
||||||
|
|
Loading…
Add table
Reference in a new issue