From 7cb8f52e09ddf2349ada597f9ff4b2dfb321905d Mon Sep 17 00:00:00 2001 From: jlukic Date: Fri, 28 Nov 2014 17:21:35 -0500 Subject: [PATCH] Fix npm package name to match 0.x.x branch --- RELEASE-NOTES.md | 2 -- package.json | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 95032d61b..7b314af7c 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -11,8 +11,6 @@ - **Card/Item** - Fix generic link stylings erroneously affecting linked ui elements like buttons - **Table** - Fixes table cell transition animating all properties -**Updates to LearnSemantic guides - ### Version 1.0.0 - November 24, 2014 **Breaking Changes** diff --git a/package.json b/package.json index cad559139..a91536494 100755 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "semantic", + "name": "semantic-ui", "version": "1.0.1", "title": "Semantic UI", "description": "Semantic empowers designers and developers by creating a shared vocabulary for UI.",