From c993e2ce19c281c45dc4b0a2b3a42e3abbc686b3 Mon Sep 17 00:00:00 2001 From: connors Date: Sun, 9 Feb 2014 00:46:53 -0800 Subject: [PATCH] updates --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 41e57c0..66b7720 100644 --- a/package.json +++ b/package.json @@ -1,15 +1,18 @@ { "name": "ratchet", - "description": "Prototype iPhone apps with simple HTML, CSS, and JS components.", + "description": "Build native apps with simple HTML, CSS, and JS components.", "version": "2.0.0", "keywords": [ "ratchet", "css", "ios", + "native", "prototype" ], "homepage": "http://maker.github.com/ratchet/", "author": "Connor Sears, Dave Gamache, and Jacob Thornton", + "style": "./dist/ratchet.css", + "sass": "./lib/sass/ratchet.scss", "repository": { "type": "git", "url": "https://github.com/maker/ratchet.git"