Skip to content

Commit

Permalink
update package
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanzong committed Sep 30, 2024
1 parent 6a3f685 commit dfd4863
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
9 changes: 8 additions & 1 deletion packages/adapters/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"main": "./dist/adapters.js",
"types": "./dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack --config webpack.dev.js",
"build": "webpack --config webpack.prod.js",
"prettier:check": "npx prettier --check .",
Expand All @@ -21,6 +20,14 @@
"accessibility"
],
"author": "Matthew Blanco",
"contributors": [
{
"name": "Matthew Blanco"
},
{
"name": "Jonathan Zong",
"email": "[email protected]"
}],
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/mitvis/olli/issues"
Expand Down
9 changes: 8 additions & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"main": "./dist/olli.js",
"types": "./dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack --config webpack.dev.js",
"build": "webpack --config webpack.prod.js",
"prettier:check": "npx prettier --check .",
Expand All @@ -21,6 +20,14 @@
"accessibility"
],
"author": "Matthew Blanco",
"contributors": [
{
"name": "Matthew Blanco"
},
{
"name": "Jonathan Zong",
"email": "[email protected]"
}],
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/mitvis/olli/issues"
Expand Down

0 comments on commit dfd4863

Please sign in to comment.