Skip to content

Commit

Permalink
Cosmetic changes
Browse files Browse the repository at this point in the history
  • Loading branch information
priandsf committed Feb 10, 2020
1 parent 1532781 commit 38e5e56
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.1",
"description": "Data management utilities for LWC, using wire adapters",
"private": true,
"license": "BSD 3-Clause",
"license": "BSD-3-Clause",
"config": {
"lwcVersion": "1.1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/fetch/package.json
@@ -1,6 +1,7 @@
{
"name": "@lwce/fetch",
"version": "0.0.1",
"license": "BSD-3-Clause",
"author": "Philippe Riand",
"bugs": "https://github.com/LWC-Essentials/wire-adapters/issues",
"description": "LWC HTTP Fetch",
Expand All @@ -20,7 +21,6 @@
"@lwc/engine": "1.1.13",
"@lwc/wire-service": "^1.1.13"
},
"license": "BSD 3-Clause",
"homepage": "https://github.com/LWC-Essentials/wire-adapters",
"keywords": [
"lwc", "wire adapter"
Expand Down
2 changes: 1 addition & 1 deletion packages/sample-app/package.json
Expand Up @@ -3,6 +3,7 @@
"description": "Sample LWC Wire Adapter Application",
"version": "0.0.1",
"private": true,
"license": "BSD-3-Clause",
"author": "Philippe Riand",
"bugs": "https://github.com/LWC-Essentials/wire-adapters/issues",
"dependencies": {
Expand Down Expand Up @@ -53,7 +54,6 @@
"keywords": [
"lwc"
],
"license": "BSD 3-Clause",
"lint-staged": {
"**/*.{css,html,js,json,md,ts,yaml,yml}": [
"prettier --write"
Expand Down
9 changes: 5 additions & 4 deletions packages/store/package.json
Expand Up @@ -2,9 +2,11 @@
"name": "@lwce/store",
"version": "0.0.1",
"description": "LWC global store",
"license": "BSD-3-Clause",
"author": "Philippe Riand",
"bugs": "https://github.com/LWC-Essentials/wire-adapters/issues",
"main": "dist/es6/index.js",
"typings": "dist/types/index.d.ts",
"scripts": {
"build": "tsc && cp src/index.js dist/es6 && cp src/store/initstore.js dist/es6/store",
"pack": "yarn build && yarn pack",
Expand All @@ -15,14 +17,13 @@
"dist/",
"types/"
],
"dependencies": {
"devDependencies": {
"copy": "^0.3.2",
"@lwc/engine": "^1.1.13",
"@lwc/wire-service": "^1.1.13"
},
"devDependencies": {
"copy": "^0.3.2"
"dependencies": {
},
"license": "BSD 3-Clause",
"homepage": "https://github.com/LWC-Essentials/wire-adapters",
"keywords": [
"lwc", "wire adapter"
Expand Down

0 comments on commit 38e5e56

Please sign in to comment.