Skip to content

Commit

Permalink
v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
FredKSchott authored and drwpow committed Jul 27, 2020
1 parent 16126e2 commit 0227041
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 13 deletions.
2 changes: 1 addition & 1 deletion packages/create-snowpack-app/lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "1.0.1",
"version": "1.0.2",
"npmClient": "yarn",
"useWorkspaces": true
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@snowpack/plugin-webpack",
"version": "1.0.1",
"version": "1.0.2",
"main": "plugin.js",
"license": "MIT",
"publishConfig": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@snowpack/app-template-11ty",
"version": "1.0.0",
"version": "1.0.2",
"license": "MIT",
"keywords": [
"csa-template"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@snowpack/app-template-blank",
"version": "1.0.0",
"version": "1.0.2",
"license": "MIT",
"keywords": [
"csa-template"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@snowpack/app-template-preact",
"version": "1.0.0",
"version": "1.0.2",
"license": "MIT",
"keywords": [
"csa-template"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@snowpack/app-template-react-typescript",
"version": "1.0.0",
"version": "1.0.2",
"license": "MIT",
"keywords": [
"csa-template"
Expand All @@ -15,7 +15,6 @@
"lint": "prettier --check 'src/**/*.{js,jsx,ts,tsx}'",
"test": "jest"
},
"dependencies": {},
"devDependencies": {
"@snowpack/app-scripts-react": "^1.0.0",
"@testing-library/jest-dom": "^5.5.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@snowpack/app-template-react",
"version": "1.0.0",
"version": "1.0.2",
"license": "MIT",
"keywords": [
"csa-template"
Expand All @@ -15,7 +15,6 @@
"lint": "prettier --check 'src/**/*.{js,jsx}'",
"test": "jest"
},
"dependencies": {},
"devDependencies": {
"@snowpack/app-scripts-react": "^1.0.0",
"@testing-library/jest-dom": "^5.5.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@snowpack/app-template-svelte",
"version": "1.0.1",
"version": "1.0.2",
"license": "MIT",
"keywords": [
"csa-template"
Expand All @@ -13,7 +13,6 @@
"build": "snowpack build",
"test": "jest"
},
"dependencies": {},
"devDependencies": {
"@snowpack/app-scripts-svelte": "^1.0.1",
"@testing-library/jest-dom": "^5.5.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@snowpack/app-template-vue",
"version": "1.0.0",
"version": "1.0.2",
"license": "MIT",
"keywords": [
"csa-template"
Expand All @@ -13,7 +13,6 @@
"build": "snowpack build",
"test": "echo \"Vue 3.0 test support is still in progress.\" && exit 1"
},
"dependencies": {},
"devDependencies": {
"@snowpack/app-scripts-vue": "^1.0.0",
"snowpack": "^2.0.0",
Expand Down

0 comments on commit 0227041

Please sign in to comment.