From ece3ad771ea5504caee636cc010cfbb983555198 Mon Sep 17 00:00:00 2001 From: Matthew Callis Date: Sat, 1 Mar 2014 19:09:59 -0800 Subject: [PATCH] Prepare 0.1.0 release --- package.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index ea9c244..d763bd3 100755 --- a/package.json +++ b/package.json @@ -1,12 +1,11 @@ { "name": "language-65asm", - "version": "0.0.0", + "version": "0.1.0", "description": "Adds syntax highlighting to 65816/65C816/65802/6502/65C02 files in Atom, with extra support for various compilers.", "repository": "https://github.com/MatthewCallis/language-65asm", "license": "MIT", "engines": { "atom": ">0.50.0" }, - "dependencies": { - } + "dependencies": {} }