@edsc/echoforms 1.1.13 → 1.1.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/index.js +4 -4
- package/dist/index.js.map +1 -1
- package/docs/ECHO_Forms_Specification.pdf +0 -0
- package/package.json +11 -6
package/README.md
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
Try out the [online demo](http://nasa.github.io/edsc-echoforms/)
|
|
8
8
|
|
|
9
9
|
A React component implementing the
|
|
10
|
-
[ECHO Forms](
|
|
10
|
+
[ECHO Forms](docs/ECHO_Forms_Specification.pdf)
|
|
11
11
|
specification. For a basic usage example and a testbed for changes,
|
|
12
12
|
see `example/src`.
|
|
13
13
|
|