-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6a3f685
commit dfd4863
Showing
2 changed files
with
16 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 .", | ||
|
@@ -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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 .", | ||
|
@@ -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" | ||
|