diff --git a/.npmignore b/.npmignore new file mode 100644 index 0000000..d5cec6d --- /dev/null +++ b/.npmignore @@ -0,0 +1,5 @@ +# .npmignore +dist/**/*.test.d.ts +dist/**/*.test.js +dist/**/test-apps +dist/test0-artifacts \ No newline at end of file diff --git a/package.json b/package.json index 165b2de..ce60407 100644 --- a/package.json +++ b/package.json @@ -98,5 +98,5 @@ "test:watch": "eslint --fix && jest --updateSnapshot --watchAll" }, "types": "dist/index.d.ts", - "version": "5.0.0-rc.1" + "version": "5.0.0-rc.2" }