File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " ember-cli-htmlbars-inline-precompile-codemod" ,
33 "version" : " 0.1.0" ,
4+ "description" : " Automatically codemod from usage of `import hbs from 'htmlbars-inline-precompile'` to `import { hbs } from 'ember-cli-htmlbars'`" ,
45 "keywords" : [
56 " codemod-cli"
67 ],
7- "bin" : " ./bin/cli.js" ,
8+ "homepage" : " https://github.com/ember-codemods/ember-cli-htmlbars-inline-precompile-codemod#readme" ,
9+ "bugs" : {
10+ "url" : " https://github.com/ember-codemods/ember-cli-htmlbars-inline-precompile-codemod/issues"
11+ },
12+ "repository" : {
13+ "type" : " git" ,
14+ "url" : " git+https://github.com/ember-codemods/ember-cli-htmlbars-inline-precompile-codemod.git"
15+ },
16+ "license" : " MIT" ,
17+ "author" : " " ,
18+ "main" : " bin/cli.js" ,
19+ "bin" : {
20+ "ember-cli-htmlbars-inline-precompile-codemod" : " ./bin/cli.js"
21+ },
822 "scripts" : {
923 "coveralls" : " cat ./coverage/lcov.info | node node_modules/.bin/coveralls" ,
1024 "lint" : " eslint --cache ." ,
You can’t perform that action at this time.
0 commit comments