Skip to content

Commit 4f59ad9

Browse files
committed
package.json
1 parent e9713c9 commit 4f59ad9

File tree

2 files changed

+69
-70
lines changed

2 files changed

+69
-70
lines changed

package-lock.json

Lines changed: 63 additions & 66 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"scripts": {
1818
"test-build": "npm run build && npm run test",
1919
"test": "./node_modules/.bin/mocha -r ts-node/register test/test.ts",
20-
"build":"./node_modules/.bin/tsc"
20+
"build": "./node_modules/.bin/tsc"
2121
},
2222
"author": "",
2323
"license": "MIT",
@@ -28,15 +28,17 @@
2828
"devDependencies": {
2929
"@types/chai": "^4.3.1",
3030
"@types/mocha": "^9.1.1",
31-
"@types/vue": "^2.0.0",
31+
"@types/node": "^17.0.41",
3232
"chai": "^4.3.6",
3333
"mocha": "^10.0.0",
3434
"ts-node": "^10.8.1",
35-
"typescript": "latest"
35+
"typescript": "latest",
36+
"vue": "^3.2.37"
3637
},
3738
"homepage": "https://github.com/facing-dev/vue-facing-decorator",
3839
"repository": {
3940
"type": "git",
4041
"url": "git@github.com:facing-dev/vue-facing-decorator.git"
41-
}
42+
},
43+
"dependencies": {}
4244
}

0 commit comments

Comments
 (0)