diff --git a/.gitignore b/.gitignore index 4c9d7c3..787e0fc 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ .DS_Store node_modules dist +.idea/ diff --git a/.npmignore b/.npmignore new file mode 100644 index 0000000..1980324 --- /dev/null +++ b/.npmignore @@ -0,0 +1,11 @@ +src/ +node_modules/ +.editorconfig/ +cypress/ +cypress.json/ +jest.config.js/ +publish.sh +tsconfig.json/ +yarn.lock/ +test/ + diff --git a/README.md b/README.md index 698da75..93b4746 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,11 @@ There are many ways to lay out forms. ## Installation -The library is not yet out on any package manager. Installing through the URL is the preferred way. +The package can be found on: + +- [Modal Pack](https://js.pack.modal.sh) +- [npm](https://npmjs.com/package/formxtr) +- [GitHub Package Registry](https://github.com/TheoryOfNekomata/formxtr/packages/784699) ## Usage diff --git a/publish.sh b/publish.sh old mode 100644 new mode 100755