Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:privatenumber/vue-frag
Browse files Browse the repository at this point in the history
  • Loading branch information
privatenumber committed Aug 16, 2022
2 parents 5cb51d4 + 7ae5ac8 commit 88ddc82
Show file tree
Hide file tree
Showing 3 changed files with 111 additions and 144 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"typescript.tsdk": "node_modules/typescript/lib"
}
15 changes: 9 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@
"description": "Vue 2 fragment directive to return multiple root elements",
"keywords": [
"vue",
"vuejs",
"fragment",
"directive",
"component",
"ssr",
"multiple root nodes"
],
Expand All @@ -25,15 +27,15 @@
"unpkg": "dist/frag.js",
"types": "frag.d.ts",
"scripts": {
"prepare": "simple-git-hooks",
"build": "rollup -c --environment NODE_ENV:production",
"pretest": "npm run build",
"test": "jest",
"lint": "eslint ."
"lint": "eslint .",
"prepack": "clean-pkg-json -k unpkg"
},
"husky": {
"hooks": {
"pre-commit": "npm run build && lint-staged"
}
"simple-git-hooks": {
"pre-commit": "pnpm build && pnpm lint-staged"
},
"lint-staged": {
"*.{js,ts}": [
Expand All @@ -52,15 +54,16 @@
"@vue/composition-api": "^1.2.3",
"@vue/server-test-utils": "^1.2.1",
"@vue/test-utils": "^1.2.2",
"clean-pkg-json": "^1.0.1",
"es-jest": "^1.3.0",
"eslint": "^7.19.0",
"husky": "^4.3.8",
"jest": "^27.2.4",
"lint-staged": "^11.2.0",
"outdent": "^0.8.0",
"rollup": "^2.58.0",
"rollup-plugin-filesize": "^9.1.1",
"rollup-plugin-terser": "^7.0.2",
"simple-git-hooks": "^2.8.0",
"typescript": "^4.4.3",
"vue": "^2.6.14",
"vue-server-renderer": "^2.6.14",
Expand Down
Loading

0 comments on commit 88ddc82

Please sign in to comment.