Skip to content

Commit

Permalink
Merge pull request #4 from awslabs/jurasmj/add-npmignore
Browse files Browse the repository at this point in the history
Jurasmj/fixes before release to npm
  • Loading branch information
LaurensBrinker committed Feb 28, 2022
2 parents b12aacf + 9b7980a commit 32e0049
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
./static
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
File renamed without changes

0 comments on commit 32e0049

Please sign in to comment.