Skip to content

Commit

Permalink
Merge pull request #22 from InDIOS/development
Browse files Browse the repository at this point in the history
Bump to version 1.0.1
  • Loading branch information
InDIOS authored Nov 29, 2019
2 parents 3ade7c8 + 29982ed commit d692616
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
1.0.1
- Fixed missing typescript as dependency

1.0.0
- Full rewrote of core.
- Component declarations export a class now.
Expand Down
3 changes: 1 addition & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "trebor",
"version": "1.0.0",
"version": "1.0.1",
"description": "A Nodejs module to make standalone web components.",
"bin": {
"trebor": "./bin/trebor.js"
Expand All @@ -18,7 +18,8 @@
"loader-utils": "^1.2.3",
"meriyah": "^1.9.3",
"rollup-pluginutils": "^2.6.0",
"terser": "^4.4.0"
"terser": "^4.4.0",
"typescript": "^3.7.2"
},
"devDependencies": {
"@rollup/plugin-alias": "^2.2.0",
Expand All @@ -38,7 +39,6 @@
"rollup-plugin-terser": "^5.1.2",
"terser-webpack-plugin": "^2.2.1",
"ts-loader": "^6.2.1",
"typescript": "^3.7.2",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10"
},
Expand Down

0 comments on commit d692616

Please sign in to comment.