Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Dec 9, 2024
1 parent 0e2f3ed commit 32d654e
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
{
"authors": [
"Tauri Programme within The Commons Conservancy"
],
"dependencies": {
"@codeeditorland/api": "2.1.1"
},
"devDependencies": {},
"name": "@codeeditorland/plugin-process",
"exports": {
"import": "./dist-js/index.js",
"require": "./dist-js/index.cjs",
"types": "./dist-js/index.d.ts"
},
"main": "./dist-js/index.cjs",
"module": "./dist-js/index.js",
"types": "./dist-js/index.d.ts",
"files": [
"dist-js",
"README.md",
"LICENSE"
],
"main": "./dist-js/index.cjs",
"module": "./dist-js/index.js",
"name": "@codeeditorland/plugin-process",
"scripts": {
"build": "rollup -c"
},
"types": "./dist-js/index.d.ts"
"dependencies": {
"@codeeditorland/api": "0.0.1"
},
"devDependencies": {},
"authors": [
"Tauri Programme within The Commons Conservancy"
]
}

0 comments on commit 32d654e

Please sign in to comment.