Skip to content

Commit 82d4ff9

Browse files
committed
feat(migrate): init NPM package
1 parent d3321d0 commit 82d4ff9

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

utils/migrate/package.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"name": "ruby-ghost-migrator",
3+
"version": "0.1.0",
4+
"description": "",
5+
"main": "index.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"keywords": [],
10+
"author": "Ruby Central",
11+
"license": "private"
12+
}

0 commit comments

Comments
 (0)