diff --git a/.npmignore b/.npmignore new file mode 100644 index 0000000..e4da743 --- /dev/null +++ b/.npmignore @@ -0,0 +1 @@ +./static diff --git a/README.md b/README.md index 2492d41..d188475 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ With this plugin, you can improve testing of your code 💯, reduce time by crea **Disclaimer**: this is a beta-release of the Amplify GraphQL Seed Plugin and may contain unforeseen bugs. This is a 3rd-party plugin and is not associated with the official Amplify project. Use this plugin at your own discretion. Please let us know if you encounter any bugs, or have feedback / suggestions. -![Demo-gif](./demo.gif) +![Demo-gif](./static/demo.gif) **Contents:** - [Installation 🛠️](#installation) diff --git a/package.json b/package.json index 25b33b1..c40084e 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,10 @@ { - "name": "graphql-seed", - "version": "0.1.0", - "description": "Package for local and remote seeding of GraphQL APIs.", + "name": "amplify-graphql-seed-plugin", + "version": "0.1.1", + "description": "AWS Amplify plugin for local and remote seeding of GraphQL API.", "author": "Michal Juras and Laurens Brinker, Amazon Web Services", "engines": { - "node" : ">=14.0.0" + "node": ">=14.0.0" }, "main": "index.js", "license": "Apache-2.0", diff --git a/demo.gif b/static/demo.gif similarity index 100% rename from demo.gif rename to static/demo.gif