diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index e0d9dba..9b190c9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "create-riot-component", - "version": "1.0.1", + "version": "1.0.2", "description": "Create ES6 riot.js component", "main": "dist/index.js", "bin": { @@ -16,7 +16,7 @@ "build": "tsc --outDir dist", "prepublish": "npm run build" }, - "types": "dist/index.d.ts", + "types": "typings.d.ts", "dependencies": { "@types/es6-promise": "^0.0.33", "commander": "^2.12.2", |
