Skip to content

Commit

Permalink
chore: add npm ts config
Browse files Browse the repository at this point in the history
  • Loading branch information
06wj committed Sep 18, 2017
1 parent 84ab88b commit 4825d77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ gulp.task('npm', ['commonjs-format', 'standalone-format'], function(){
`))
.pipe(gulp.dest('build/commonjs'));

var packageStream = gulp.src(['package.json', '.npmignore', 'LICENSE', 'README.md'])
var packageStream = gulp.src(['package.json', '.npmignore', 'LICENSE', 'README.md', 'd.ts/hilo.d.ts'])
.pipe(replace('"name": "Hilo"', '"name": "hilojs"'))
.pipe(gulp.dest('build/commonjs'));

Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"author": "Hilo Dev Team",
"license": "MIT",
"main": "hilo-standalone.js",
"typings": "hilo.d.ts",
"repository": {
"type": "git",
"url": "git@github.com:hiloteam/hilo.git"
Expand Down

0 comments on commit 4825d77

Please sign in to comment.