aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorJan Tuomi <jans.tuomi@gmail.com>2017-12-28 14:27:01 +0200
committerJan Tuomi <jans.tuomi@gmail.com>2017-12-28 14:27:01 +0200
commite6895247b7dddeeea0109f5f8284bde044d30698 (patch)
tree0606635013e2cd757138bc04846d3368b327c985 /package.json
parenta370aa3783087d35db7c841479b93fd649e260a6 (diff)
v1.0.3
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index 9b190c9..8367ef3 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "create-riot-component",
- "version": "1.0.2",
+ "version": "1.0.3",
"description": "Create ES6 riot.js component",
"main": "dist/index.js",
"bin": {
@@ -18,11 +18,11 @@
},
"types": "typings.d.ts",
"dependencies": {
- "@types/es6-promise": "^0.0.33",
"commander": "^2.12.2",
"fs-extra": "^5.0.0"
},
"devDependencies": {
+ "@types/es6-promise": "^0.0.33",
"@types/fs-extra": "^5.0.0",
"typescript": "^2.6.2"
}