Update Meta and README
This commit is contained in:
parent
661243194d
commit
0e14937d31
3 changed files with 18 additions and 10 deletions
14
package.json
14
package.json
|
@ -1,5 +1,12 @@
|
|||
{
|
||||
"name": "terminal",
|
||||
"version": "3.0.0",
|
||||
"author": "Radosław Kozieł <@panr> <radoslaw.koziel@gmail.com>",
|
||||
"main": "index.js",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"test": "echo 'Test'"
|
||||
},
|
||||
"browserslist": [
|
||||
"last 2 versions",
|
||||
">1%",
|
||||
|
@ -29,11 +36,4 @@
|
|||
"eslint-plugin-jsx-a11y": "^6.2.1",
|
||||
"husky": "^5.1.3"
|
||||
},
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"name": "terminal",
|
||||
"scripts": {
|
||||
"test": "echo 'Test'"
|
||||
},
|
||||
"version": "2.1.0"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue