Skip to content

Commit

Permalink
fix: use .cjs extension for CommonJS files (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
web-padawan authored Jan 27, 2022
1 parent ae2818f commit 6adc45f
Show file tree
Hide file tree
Showing 6 changed files with 2,695 additions and 1,434 deletions.
5 changes: 5 additions & 0 deletions .gulp.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"flags": {
"gulpfile": "gulpfile.cjs"
}
}
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion magi-p3-post.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"import './vaadin-usage-statistics-collect.js';"
],
"to": [
"\"license\": \"Apache-2.0\",\n\"scripts\": {\n\"postinstall\": \"node check.js\",\n\"disable\": \"npm config set @vaadin/vaadin-usage-statistics:disabled true && npm run postinstall\",\n\"enable\": \"npm config set @vaadin/vaadin-usage-statistics:disabled false && npm run postinstall\"\n},",
"\"license\": \"Apache-2.0\",\n\"scripts\": {\n\"postinstall\": \"node check.cjs\",\n\"disable\": \"npm config set @vaadin/vaadin-usage-statistics:disabled true && npm run postinstall\",\n\"enable\": \"npm config set @vaadin/vaadin-usage-statistics:disabled false && npm run postinstall\"\n},",
"export * from './vaadin-usage-statistics-collect.js';"
]
}
Loading

0 comments on commit 6adc45f

Please sign in to comment.