Skip to content
This repository was archived by the owner on Mar 8, 2019. It is now read-only.

Commit 8d38246

Browse files
committed
Update package
1 parent 8514fc0 commit 8d38246

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

package.json

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-docgen-api",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Toolbox to extract information from Vue component files for documentation generation purposes.",
55
"bugs": {
66
"url": "https://github.com/vue-styleguidist/vue-docgen-api/issues"
@@ -25,21 +25,23 @@
2525
"author": "Rafael Escala",
2626
"license": "MIT",
2727
"homepage": "https://github.com/vue-styleguidist/vue-docgen-api#readme",
28-
"devDependencies": {
28+
"dependencies": {
2929
"babel-core": "^6.25.0",
30-
"babel-eslint": "^7.2.3",
30+
"babel-preset-env": "^1.5.2",
31+
"babel-preset-flow": "^6.23.0",
3132
"babel-plugin-transform-object-rest-spread": "^6.23.0",
3233
"babel-plugin-transform-runtime": "^6.23.0",
33-
"babel-preset-env": "^1.5.2",
34+
"doctrine": "^2.0.0",
35+
"jsdoc-api": "^3.0.0",
36+
"vue-template-compiler": "^2.3.4",
3437
"babel-preset-es2015": "^6.24.1",
35-
"babel-preset-flow": "^6.23.0",
38+
"hash-sum": "^1.0.2",
39+
"lru-cache": "^4.1.0"
40+
},
41+
"devDependencies": {
42+
"babel-eslint": "^7.2.3",
3643
"chai": "^4.0.2",
37-
"doctrine": "^2.0.0",
3844
"eslint": "^3.19.0",
39-
"hash-sum": "^1.0.2",
40-
"jsdoc-api": "^3.0.0",
41-
"lru-cache": "^4.1.0",
42-
"mocha": "^3.4.2",
43-
"vue-template-compiler": "^2.3.4"
45+
"mocha": "^3.4.2"
4446
}
4547
}

0 commit comments

Comments
 (0)