jmapserver-ng-core-types 2.9.0 → 2.10.1

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.
Files changed (2) hide show
  1. package/README.md +4 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,3 +1,7 @@
1
+ #### after initial checkout :
2
+
3
+ duplicate the `.npmrc.example` file, rename the copy to `.npmrc` and configure values inside that file.
4
+
1
5
  # jmapserver-ng-core-types
2
6
 
3
7
  Don't rename the NPM script named ***pub*** for ***publish***.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jmapserver-ng-core-types",
3
- "version": "2.9.0",
3
+ "version": "2.10.1",
4
4
  "description": "JMap Server specific version of JMap Server NG Core types and interfaces",
5
5
  "main": "index.js",
6
6
  "scripts": {