Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
Switching to @generates/merger
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian Walter committed Dec 29, 2020
1 parent f1c0c61 commit 55afbd6
Show file tree
Hide file tree
Showing 6 changed files with 1,102 additions and 499 deletions.
8 changes: 8 additions & 0 deletions .changeset/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changesets

Hello and welcome! This folder has been automatically generated by `@changesets/cli`, a build tool that works
with multi-package repos, or single-package repos to help you version and publish your code. You can
find the full documentation for it [in our repository](https://github.com/changesets/changesets)

We have a quick list of common questions to get you started engaging with this project in
[our documentation](https://github.com/changesets/changesets/blob/master/docs/common-questions.md)
10 changes: 10 additions & 0 deletions .changeset/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"$schema": "https://unpkg.com/@changesets/config@1.4.0/schema.json",
"changelog": "@changesets/cli/changelog",
"commit": false,
"linked": [],
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": []
}
5 changes: 5 additions & 0 deletions .changeset/three-days-pay.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@ianwalter/vuex-reset": patch
---

Swithing to @generates/merger
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import clone from '@ianwalter/clone'
import merge from '@ianwalter/merge'
import { merge } from '@generates/merger'

export default function VuexReset (opts = {}) {
const { ssr, trigger } = merge({ trigger: 'reset' }, opts)
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"scripts": {
"start": "webpack-dev-server",
"lint": "eslint --ext js,vue .",
"pretest": "dist",
"pretest": "modulize",
"test": "bff",
"build:site": "webpack --env.singleRun"
},
Expand Down Expand Up @@ -37,17 +37,17 @@
"dist"
],
"dependencies": {
"@ianwalter/clone": "^6.0.1",
"@ianwalter/merge": "^9.0.1"
"@generates/merger": "^0.1.2",
"@ianwalter/clone": "^6.0.1"
},
"devDependencies": {
"@changesets/cli": "^2.12.0",
"@fullhuman/purgecss-loader": "^1.0.0",
"@generates/modulizer": "^6.0.0",
"@ianwalter/bff": "^9.13.0",
"@ianwalter/dist": "^6.0.0",
"@ianwalter/dracula": "^2.0.0",
"@ianwalter/eslint-config-vue": "^2.1.0",
"@ianwalter/prism-loader": "^1.2.0",
"@ianwalter/release": "^5.0.2",
"@ianwalter/renovate-config": "^1.4.2",
"babel-loader": "^8.2.2",
"bootstrap": "^4.5.3",
Expand Down
Loading

0 comments on commit 55afbd6

Please sign in to comment.