Explorar el Código

chore(server): Bump alpha version, add server readme

Michael Bromley hace 7 años
padre
commit
071bb2a6aa
Se han modificado 2 ficheros con 14 adiciones y 1 borrados
  1. 11 0
      server/README.md
  2. 3 1
      server/package.json

+ 11 - 0
server/README.md

@@ -0,0 +1,11 @@
+# Vendure
+
+A headless [GraphQL](https://graphql.org/) ecommerce framework built on [Node.js](https://nodejs.org) with [Nest](https://nestjs.com/) with [TypeScript](http://www.typescriptlang.org/).
+
+```bash
+$ npm install @vendure/core@alpha
+```
+
+### [www.vendure.io](https://www.vendure.io/)
+
+See the [Getting Started](https://www.vendure.io/docs/getting-started/) guide for instructions on use.

+ 3 - 1
server/package.json

@@ -1,11 +1,13 @@
 {
   "name": "@vendure/core",
-  "version": "0.1.0-alpha.5",
+  "version": "0.1.0-alpha.6",
   "description": "A modern, headless ecommerce framework",
   "repository": {
     "type": "git",
     "url": "https://github.com/vendure-ecommerce/vendure/"
   },
+  "keywords": ["vendure", "ecommerce", "headless", "graphql", "typescript"],
+  "readme": "README.md",
   "private": false,
   "license": "MIT",
   "scripts": {