Update package definition
This commit is contained in:
parent
b4b81a7aa2
commit
554d06c07d
@ -6,10 +6,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [0.1.1] - 2017-11-17
|
||||
### Fixes
|
||||
- Small fixes to documentation and package definition
|
||||
|
||||
## [0.1.0] - 2017-11-17
|
||||
### Added
|
||||
- Basic MiniZinc linting functionality as previously available in `language-mzn`
|
||||
|
||||
[Unreleased]: https://github.com/Dekker1/linter-mzn/compare/v0.1.0...HEAD
|
||||
[0.1.1]: https://github.com/Dekker1/linter-mzn/compare/v0.1.0...v0.1.1
|
||||
[0.1.0]: https://github.com/Dekker1/linter-mzn/compare/a4b0a4d4bb1cc6b1f0680a2f5a159c0e3e994cb6...v0.1.0
|
||||
|
@ -12,7 +12,7 @@
|
||||
"providedServices": {
|
||||
"linter": {
|
||||
"versions": {
|
||||
"1.0.0": "provideLinter"
|
||||
"2.0.0": "provideLinter"
|
||||
}
|
||||
}
|
||||
},
|
||||
@ -22,6 +22,7 @@
|
||||
},
|
||||
"package-deps": [
|
||||
"linter",
|
||||
"language-mzn",
|
||||
"linter-mzn"
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user