Skip to content

Commit

Permalink
[chore] Normalize package fields
Browse files Browse the repository at this point in the history
  • Loading branch information
rexxars committed May 3, 2018
1 parent 4847a79 commit a339d6d
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions packages/ecommerce-studio/package.json
Expand Up @@ -4,14 +4,19 @@
"version": "0.130.1",
"description": "",
"main": "package.json",
"author": "kristoffer sivertsen <kristoffer@sanity.io>",
"license": "UNLICENSED",
"author": "Sanity.io <hello@sanity.io>",
"license": "MIT",
"scripts": {
"start": "sanity start",
"test": "sanity check"
},
"keywords": [
"sanity"
"sanity",
"cms",
"headless",
"realtime",
"content",
"ecommerce-studio"
],
"dependencies": {
"@sanity/base": "0.130.0",
Expand All @@ -26,5 +31,13 @@
"react": "^16.2",
"react-barcode": "^1.3.2",
"react-dom": "^16.2"
},
"bugs": {
"url": "https://github.com/sanity-io/sanity/issues"
},
"homepage": "https://www.sanity.io/",
"repository": {
"type": "git",
"url": "git+https://github.com/sanity-io/sanity.git"
}
}

0 comments on commit a339d6d

Please sign in to comment.