Skip to content

Commit

Permalink
Improve wording.
Browse files Browse the repository at this point in the history
  • Loading branch information
westy92 committed Apr 10, 2017
1 parent 096aeeb commit e840536
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# plugin-typescript
A typescript plugin for db-migrate.
A TypeScript plugin for db-migrate.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ module.exports = {

'migrator:migration:hook:require': function() {

// We use ts-node because the official typescript module does not implement the register() method
// We use ts-node because the official TypeScript module does not implement the register() method
require('ts-node/register');

/**
* Return value of this hook can be both, pure value or a promise.
* Return value of this hook can be either a pure value or a Promise.
*/
return {
extensions: 'ts'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "db-migrate-plugin-typescript",
"version": "1.0.1",
"description": "A db-migrate plugin to enable Typescript style migrations.",
"description": "A db-migrate plugin to enable TypeScript style migrations.",
"main": "index.js",
"dependencies": {
"ts-node": "^3.0.2"
Expand Down

0 comments on commit e840536

Please sign in to comment.