Browse Source

Add back in install script

pull/1785/head
jlukic 10 years ago
parent
commit
04eb70f039
1 changed files with 4 additions and 4 deletions
  1. 8
      package.json

8
package.json

@ -6,10 +6,6 @@
"homepage" : "http://www.semantic-ui.com",
"author" : "Jack Lukic <jack@semantic-ui.com>",
"license" : "MIT",
"scripts": {
},
"repository": {
"type" : "git",
"url" : "git://github.com/Semantic-Org/Semantic-UI.git"
@ -61,5 +57,9 @@
"gulp-tap" : "^0.1.3",
"karma" : "^0.12.28",
"run-sequence" : "^1.0.2"
},
"scripts": {
"install": "gulp install"
}
}
Loading…
Cancel
Save