@niondigital/editor-config 1.2.2 → 1.3.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 +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # `@niondigital/editor-config`
2
2
 
3
- This package provides an editor config as used by nion digital as an extensible shared config.
3
+ This package provides an editor config as used by [nion digital](https://www.nion-digital.com) as an extensible shared config.
4
4
 
5
5
  ## Installation
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@niondigital/editor-config",
3
- "version": "1.2.2",
3
+ "version": "1.3.1",
4
4
  "description": "niondigital editorconfig",
5
5
  "keywords": [
6
6
  "editorconfig",
@@ -33,5 +33,5 @@
33
33
  "bugs": {
34
34
  "url": "https://github.com/niondigital/javascript-style/issues"
35
35
  },
36
- "gitHead": "dc4e7dc5a2ba979cf97147a937bc2f38d3e16ae5"
36
+ "gitHead": "26ac0c5cb9889440cf74a2c439ece248e69a6515"
37
37
  }