Skip to content

Commit

Permalink
Merge 3b5a5a4 into d85d826
Browse files Browse the repository at this point in the history
  • Loading branch information
homer0 committed May 8, 2019
2 parents d85d826 + 3b5a5a4 commit 46524fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -2,7 +2,7 @@
"name": "projext",
"description": "Bundle and run your javascript project without configuring an specific module bundler.",
"homepage": "https://homer0.github.io/projext/",
"version": "6.0.4",
"version": "6.0.5",
"repository": "homer0/projext",
"author": "Leonardo Apiwan (@homer0) <me@homer0.com>",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions src/services/configurations/projectConfiguration.js
Expand Up @@ -110,8 +110,8 @@ class ProjectConfiguration extends ConfigurationFile {
},
babel: {
features: {
classProperties: false,
decorators: false,
classProperties: false,
dynamicImports: true,
objectRestSpread: false,
},
Expand Down Expand Up @@ -176,8 +176,8 @@ class ProjectConfiguration extends ConfigurationFile {
},
babel: {
features: {
classProperties: false,
decorators: false,
classProperties: false,
dynamicImports: true,
objectRestSpread: false,
},
Expand Down

0 comments on commit 46524fe

Please sign in to comment.