Rename files so the case matches the module name

This commit is contained in:
Andreas Hocevar
2017-09-12 15:30:58 +02:00
parent b920b78afe
commit d0e9fd68ff
2 changed files with 31 additions and 1 deletions

View File

@@ -19,9 +19,10 @@
"debug-server": "node tasks/serve-lib.js",
"karma": "node tasks/test.js start test/karma.config.js",
"transform-src": "jscodeshift --transform transforms/module.js src",
"changecase-src": "node tasks/filename-case-from-module.js",
"transform-examples": "jscodeshift --transform transforms/module.js examples",
"transform-test": "jscodeshift --transform transforms/module.js test",
"transform": "npm run transform-src && npm run transform-examples && npm run transform-test && npm run lint -- --fix"
"transform": "npm run transform-src && npm run changecase-src && npm run transform-examples && npm run transform-test && npm run lint -- --fix"
},
"main": "dist/ol.js",
"repository": {