Correct entrypoint

master
Kuba Orlik 4 years ago
parent e5b5ea0621
commit 8309e728e1

@ -2,7 +2,7 @@
"name": "async-spawner", "name": "async-spawner",
"version": "0.1.0", "version": "0.1.0",
"description": "Simple process spawning utility for node.js", "description": "Simple process spawning utility for node.js",
"main": "dist/index.js", "main": "./lib/index.js",
"types": "./@types/index.d.ts", "types": "./@types/index.d.ts",
"scripts": { "scripts": {
"build": "tsc", "build": "tsc",

Loading…
Cancel
Save