An Atom package that intends to bring the MiniZinc IDE experience to Atom!

Prepare 0.0.1 release

Changed files
+7 -2
+7 -2
package.json
··· 1 1 { 2 2 "name": "MiniSuite", 3 3 "main": "./lib/minisuite", 4 - "version": "0.0.0", 4 + "version": "0.0.1", 5 5 "description": "Bringing an MiniZinc IDE experience to atom", 6 - "keywords": ["MiniZinc", "IDE", "linter", "autocompletion"], 6 + "keywords": [ 7 + "MiniZinc", 8 + "IDE", 9 + "linter", 10 + "autocompletion" 11 + ], 7 12 "repository": "https://github.com/Dekker1/atom-minisuite", 8 13 "license": "MIT", 9 14 "engines": {