Browse Source

Update README

For republishing.
master
TheoryOfNekomata 3 years ago
parent
commit
b6f0258926
4 changed files with 18 additions and 2 deletions
  1. +1
    -0
      .gitignore
  2. +11
    -0
      .npmignore
  3. +5
    -1
      README.md
  4. +1
    -1
      package.json

+ 1
- 0
.gitignore View File

@@ -2,3 +2,4 @@
.DS_Store
node_modules
dist
.idea/

+ 11
- 0
.npmignore View File

@@ -0,0 +1,11 @@
src/
node_modules/
.editorconfig/
cypress/
cypress.json/
jest.config.js/
publish.sh
tsconfig.json/
yarn.lock/
test/


+ 5
- 1
README.md View File

@@ -4,7 +4,11 @@ Extract form values through the DOM.

## 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



+ 1
- 1
package.json View File

@@ -1,5 +1,5 @@
{
"version": "0.1.0",
"version": "0.1.1",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",


Loading…
Cancel
Save