Browse Source

Fix npm package name to match 0.x.x branch

pull/1335/head
jlukic 10 years ago
parent
commit
7cb8f52e09
2 changed files with 1 additions and 3 deletions
  1. 2
      RELEASE-NOTES.md
  2. 2
      package.json

2
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**

2
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.",

Loading…
Cancel
Save