Skip to content

Commit

Permalink
Fix submodule sideEffects flags (#735)
Browse files Browse the repository at this point in the history
  • Loading branch information
anajavi authored and leshakoss committed Apr 25, 2018
1 parent 3bf221a commit 8664e20
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion scripts/build/templates/subModulePackage.json
@@ -1,4 +1,4 @@
{
"typings": "../typings.d.ts",
"side-effects": false
"sideEffects": false
}
2 changes: 1 addition & 1 deletion scripts/build/templates/subSubModulePackage.json
@@ -1,4 +1,4 @@
{
"typings": "../../typings.d.ts",
"side-effects": false
"sideEffects": false
}
2 changes: 1 addition & 1 deletion scripts/build/templates/subSubSubModulePackage.json
@@ -1,4 +1,4 @@
{
"typings": "../../../typings.d.ts",
"side-effects": false
"sideEffects": false
}

0 comments on commit 8664e20

Please sign in to comment.