Skip to content

Commit

Permalink
chore: fix package name references
Browse files Browse the repository at this point in the history
  • Loading branch information
mammadataei committed Jul 28, 2022
1 parent 26a6046 commit 013cfc0
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion example/cypress.config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { resolve } from 'path'
import { defineConfig } from 'cypress'
import vitePreprocessor from 'cypress-vite-preprocessor'
import vitePreprocessor from 'cypress-vite'

export default defineConfig({
e2e: {
Expand Down
4 changes: 2 additions & 2 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
"@types/uuid": "^8.3.4",
"@vitejs/plugin-react": "^1.3.2",
"autoprefixer": "^10.4.7",
"cypress-vite-preprocessor": "workspace:0.1.0",
"cypress-vite": "workspace:1.0.0",
"postcss": "^8.4.14",
"tailwindcss": "^3.1.6",
"typescript": "^4.7.4",
"vite": "^2.9.14"
}
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
],
"repository": {
"type": "git",
"url": "https://github.com/mammadataei/cypress-vite-preprocessor/"
"url": "https://github.com/mammadataei/cypress-vite/"
},
"bugs": {
"url": "https://github.com/mammadataei/cypress-vite-preprocessor/issues"
"url": "https://github.com/mammadataei/cypress-vite/issues"
},
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down
4 changes: 2 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 013cfc0

Please sign in to comment.