Skip to content

Commit

Permalink
fix license
Browse files Browse the repository at this point in the history
  • Loading branch information
chemerisuk committed Apr 5, 2016
1 parent 6b44a1d commit af139d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions gulpfile.js
Expand Up @@ -157,6 +157,7 @@ gulp.task("dist", ["test", "bower"], function(done) {
gulp.src("build/better-dom.js")
// clienup multiline comments: jsdocs, directives etc.
.pipe(replace(/\/\*([\s\S]*?)\*\/\s+/gm, ""))
.pipe(header(banner + "\n", pkg))
.pipe(gulp.dest("dist/"))
.pipe(uglify({preserveComments: "license"}))
.pipe(rename({extname: ".min.js"}))
Expand Down
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -4,6 +4,7 @@
"author": "Maksim Chemerisuk",
"description": "Live extension playground",
"license": "MIT",
"homepage": "https://github.com/chemerisuk/better-dom",
"repository": {
"type": "git",
"url": "https://github.com/chemerisuk/better-dom"
Expand Down Expand Up @@ -43,8 +44,8 @@
"gulp-replace": "^0.4.0",
"gulp-symlink": "^1.1.0",
"gulp-template": "^1.1.0",
"gulp-uglify": "^1.0.2",
"gulp-util": "^3.0.1",
"gulp-uglify": "^1.5.3",
"html5shiv": "^3.7.3",
"jaguarjs-jsdoc": "git://github.com/chemerisuk/jaguarjs-jsdoc.git",
"jasmine-core": "^2.3.4",
Expand Down

0 comments on commit af139d9

Please sign in to comment.