Skip to content

Commit

Permalink
5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JayaKrishnaNamburu committed Aug 15, 2023
1 parent 8993cd1 commit e788977
Showing 1 changed file with 43 additions and 43 deletions.
86 changes: 43 additions & 43 deletions plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,46 +1,46 @@
{
"name": "vite-plugin-jspm",
"version": "0.5.0",
"type": "module",
"scripts": {
"build": "rimraf dist && rollup -c",
"dev": "rollup -c --watch src",
"typecheck": "tsc --noEmit"
},
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"files": [
"dist",
"bin",
"*.d.ts"
],
"repository": {
"type": "git",
"url": "git+https://github.com/aslemammad/vite-plugin-jspm.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/aslemammad/vite-plugin-jspm/issues"
},
"homepage": "https://github.com/aslemammad/vite-plugin-jspm#readme",
"devDependencies": {
"@vue/compiler-core": "^3.2.31",
"@vue/compiler-dom": "^3.2.31"
},
"dependencies": {
"@jspm/generator": "^1.1.10"
},
"peerDependencies": {
"vite": "*"
},
"engines": {
"node": ">=18"
"name": "vite-plugin-jspm",
"version": "0.5.1",
"type": "module",
"scripts": {
"build": "rimraf dist && rollup -c",
"dev": "rollup -c --watch src",
"typecheck": "tsc --noEmit"
},
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"files": [
"dist",
"bin",
"*.d.ts"
],
"repository": {
"type": "git",
"url": "git+https://github.com/aslemammad/vite-plugin-jspm.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/aslemammad/vite-plugin-jspm/issues"
},
"homepage": "https://github.com/aslemammad/vite-plugin-jspm#readme",
"devDependencies": {
"@vue/compiler-core": "^3.2.31",
"@vue/compiler-dom": "^3.2.31"
},
"dependencies": {
"@jspm/generator": "^1.1.10"
},
"peerDependencies": {
"vite": "*"
},
"engines": {
"node": ">=18"
}
}

0 comments on commit e788977

Please sign in to comment.