Skip to content

Commit d3c1f2e

Browse files
committed
Enable the vue.js plugin to work.
1 parent 6fbf3df commit d3c1f2e

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

days/093-096-vuejs/movie_exploder/package-lock.json

Lines changed: 13 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"name": "movie_exploder",
3+
"version": "1.0.0",
4+
"description": "",
5+
"main": "index.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"author": "",
10+
"license": "ISC",
11+
"dependencies": {
12+
"vue": "^2.6.3"
13+
}
14+
}

0 commit comments

Comments
 (0)