Merge pull request #7249 from ahocevar/rename-package-camelcase

Script to rename files so the case matches the module name
This commit is contained in:
Andreas Hocevar
2017-09-13 14:37:22 +02:00
committed by GitHub
3 changed files with 32 additions and 2 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 changecase-src && npm run transform-src && npm run transform-examples && npm run transform-test && npm run lint -- --fix"
},
"main": "dist/ol.js",
"repository": {