Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
ducdhm committed Jan 24, 2016
1 parent 9d14b58 commit 96fa031
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ var uglify = require('gulp-uglify');
var gutil = require('gulp-util');
var rename = require('gulp-rename');
var sourcemaps = require('gulp-sourcemaps');
var copy = require('gulp-copy');
var pjson = require('./package.json');
var rimraf = require('gulp-rimraf');
var replace = require('gulp-replace');
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,13 @@
"bootstrap message"
],
"author": "ducdhm@gmail.com",
"license": "For licensing, see LICENSE.md",
"license": "MIT",
"bugs": {
"url": "https://github.com/ducdhm/bootstrap-msg/issues"
},
"homepage": "https://github.com/ducdhm/bootstrap-msg#readme",
"devDependencies": {
"gulp": "^3.9.0",
"gulp-copy": "0.0.2",
"gulp-cssmin": "^0.1.7",
"gulp-less": "^3.0.5",
"gulp-plumber": "^1.0.1",
Expand Down

0 comments on commit 96fa031

Please sign in to comment.