Skip to content

Commit

Permalink
chore(scripts): remove documentation generator script
Browse files Browse the repository at this point in the history
  • Loading branch information
tusharmath committed Mar 30, 2017
1 parent 41d9cf2 commit 652ab3f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 deletions.
5 changes: 1 addition & 4 deletions package.json
Expand Up @@ -19,10 +19,7 @@
"build:es": "rollup -c",
"build:es:min": "babel .dist/main-es.js > .dist/main-es.min.js",
"build:cjs": "browserify src/main.js > .dist/main-cjs.js",
"build:cjs:min": "babel .dist/main-cjs.js > .dist/main-cjs.min.js",
"doc": "tsc --module es6 --target es6 --outDir .dist/es6 src/main.ts && esdoc",
"gh-pages": "node ./scripts/gh-pages.js",
"postpublish": "npm run doc && npm run gh-pages"
"build:cjs:min": "babel .dist/main-cjs.js > .dist/main-cjs.min.js"
},
"author": "",
"license": "ISC",
Expand Down
13 changes: 0 additions & 13 deletions scripts/gh-pages.ts

This file was deleted.

0 comments on commit 652ab3f

Please sign in to comment.