Atom package to provide syntax highlighting for the MiniZinc constraint modelling language

Prepare 0.1.0 release

+2 -3
+2 -3
package.json
··· 1 1 { 2 2 "name": "language-mzn", 3 - "version": "0.0.0", 3 + "version": "0.1.0", 4 4 "description": "Adds syntax highlighting for the MiniZinc constraint modeling language", 5 5 "repository": "https://github.com/jjdekker/language-mzn", 6 6 "license": "MIT", 7 7 "engines": { 8 8 "atom": ">=1.0.0 <2.0.0" 9 9 }, 10 - "dependencies": { 11 - } 10 + "dependencies": {} 12 11 }