aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json27
1 files changed, 15 insertions, 12 deletions
diff --git a/package.json b/package.json
index e51397c..ef26fa0 100644
--- a/package.json
+++ b/package.json
@@ -1,19 +1,19 @@
{
- "name": "mitt",
- "version": "3.0.1",
+ "name": "nitt",
+ "version": "1.1.0",
"description": "Tiny 200b functional Event Emitter / pubsub.",
- "module": "dist/mitt.mjs",
- "main": "dist/mitt.js",
- "jsnext:main": "dist/mitt.mjs",
- "umd:main": "dist/mitt.umd.js",
+ "module": "dist/nitt.mjs",
+ "main": "dist/nitt.js",
+ "jsnext:main": "dist/nitt.mjs",
+ "umd:main": "dist/nitt.umd.js",
"source": "src/index.ts",
"typings": "index.d.ts",
"exports": {
"types": "./index.d.ts",
- "module": "./dist/mitt.mjs",
- "import": "./dist/mitt.mjs",
- "require": "./dist/mitt.js",
- "default": "./dist/mitt.mjs"
+ "module": "./dist/nitt.mjs",
+ "import": "./dist/nitt.mjs",
+ "require": "./dist/nitt.js",
+ "default": "./dist/nitt.mjs"
},
"scripts": {
"test": "npm-run-all --silent typecheck lint mocha test-types",
@@ -27,15 +27,18 @@
"docs": "documentation readme src/index.ts --section API -q --parse-extension ts",
"release": "npm run -s build -s && npm t && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish"
},
- "repository": "developit/mitt",
+ "repository": {
+ "type": "git",
+ "url": "https://pgit.metala.org/lib/nitt.git"
+ },
"keywords": [
"events",
"eventemitter",
"emitter",
"pubsub"
],
- "homepage": "https://github.com/developit/mitt",
"authors": [
+ "Marin Ivanov <[email protected]>",
"Jason Miller <[email protected]>"
],
"license": "MIT",