diff --git a/Gruntfile.js b/Gruntfile.js index 8ba8f9416..edb38860f 100755 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -442,11 +442,11 @@ module.exports = function(grunt) { src : [ '**/*' ], - dest: 'semanticui' + dest: 'npm' }, { src: 'package.json', - dest: 'semanticui/package.json' + dest: 'npm/package.json' } ] }, @@ -607,7 +607,7 @@ module.exports = function(grunt) { expand : true, src : '**/*.js', cwd : 'build/uncompressed', - dest : 'semanticui' + dest : 'npm' } ] } diff --git a/package.json b/package.json index c1c1f3f7f..6e96cc43e 100755 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "semanticui", + "name": "semantic-ui", "version": "0.15.1", "title": "Semantic UI", "description": "Semantic empowers designers and developers by creating a shared vocabulary for UI.",