Browse Source

change semanticui to semantic-ui and folder to npm

pull/731/head
Frankie Bagnardi 11 years ago
parent
commit
f34c847a93
2 changed files with 4 additions and 4 deletions
  1. 6
      Gruntfile.js
  2. 2
      package.json

6
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'
}
]
}

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

Loading…
Cancel
Save