Skip to content

Commit

Permalink
Revert "chore(workflow): enhancements"
Browse files Browse the repository at this point in the history
This reverts commit cf1ff20.
  • Loading branch information
FranckFreiburger committed Nov 26, 2020
1 parent 484f83e commit 633d9a5
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
4 changes: 0 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,3 @@ dist

# TernJS port file
.tern-port


misc/

2 changes: 0 additions & 2 deletions .npmrc

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"build": "webpack --mode=production --config ./build/webpack.config.js --progress --env targetsBrowsers=\"> 1%, last 2 versions, Firefox ESR, not dead, not ie 11\"",
"dev": "webpack --mode=development --config ./build/webpack.config.js --progress --watch",
"doc": "typedoc --plugin typedoc-plugin-markdown --mode file --tsconfig ./build/tsconfig.json --inputFiles ./src/index.ts --out ./docs --readme none --stripInternal --hideProjectName true --hideBreadcrumbs false --namedAnchors true",
"version": "conventional-changelog -p angular -i CHANGELOG.md -s"
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
},
"dependencies": {},
"devDependencies": {
Expand Down

0 comments on commit 633d9a5

Please sign in to comment.