Add aditional fields to package.json
Showing
{ | { | ||
"name": "typos-react", | "name": "@etersoft/typos-react", | ||
"version": "0.1.0", | "version": "1.0.0", | ||
"private": false, | |||
"keywords": [ | |||
"etersoft", "typos", "correction", "react" | |||
], | |||
"license": "MIT", | |||
"author": { | |||
"name": "George Popoff", | |||
"email": "ambulance@etersoft.ru" | |||
}, | |||
"main": "dist/etersoft-typos.js", | |||
"unpkg": "dist/etersoft-typos.js", | |||
"files": [ | |||
"dist" | |||
], | |||
"dependencies": { | "dependencies": { | ||
"alertify.js": "^1.0.12", | "alertify.js": "^1.0.12", | ||
"babel-polyfill": "^6.26.0", | "babel-polyfill": "^6.26.0", | ||
... | ... |
Please
register
or
sign in
to comment