Skip to content

Commit 80b352d

Browse files
author
Robert Jackson
committed
Add repo info to package.json.
1 parent 2812363 commit 80b352d

1 file changed

Lines changed: 15 additions & 1 deletion

File tree

package.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,24 @@
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 .",

0 commit comments

Comments
 (0)