Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
borota committed Oct 29, 2017
1 parent 5c69b3a commit c089dcb
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Following bundles are available:
libraries and applications

The package could also be downloaded directly from:
[https://registry.npmjs.org/cal-sedra/-/cal-sedra-1.0.6.tgz](https://registry.npmjs.org/cal-sedra/-/cal-sedra-1.0.6.tgz)
[https://registry.npmjs.org/cal-sedra/-/cal-sedra-1.0.7.tgz](https://registry.npmjs.org/cal-sedra/-/cal-sedra-1.0.7.tgz)

## More information

Expand Down
2 changes: 1 addition & 1 deletion doc/readme.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Following bundles are available:
libraries and applications

The package could also be downloaded directly from:
[https://registry.npmjs.org/cal-sedra/-/cal-sedra-1.0.6.tgz](https://registry.npmjs.org/cal-sedra/-/cal-sedra-1.0.6.tgz)
[https://registry.npmjs.org/cal-sedra/-/cal-sedra-1.0.7.tgz](https://registry.npmjs.org/cal-sedra/-/cal-sedra-1.0.7.tgz)

## More information

Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cal-sedra",
"version": "1.0.6",
"version": "1.0.7",
"description": "Convert from CAL code to Sedra 3 ASCII transliteration",
"main": "build/cal-sedra.js",
"mainMin": "build/cal-sedra.min.js",
Expand Down Expand Up @@ -60,15 +60,15 @@
},
"homepage": "https://github.com/peshitta/cal-sedra#readme",
"dependencies": {
"aramaic-mapper": "^1.0.7",
"cal-code-util": "^1.0.7",
"sedra-code-util": "^1.0.4"
"aramaic-mapper": "^1.1.3",
"cal-code-util": "^1.1.2",
"sedra-code-util": "^1.0.6"
},
"devDependencies": {
"coveralls": "^3.0.0",
"eslint": "^4.8.0",
"eslint-config-airbnb-base": "^12.0.2",
"eslint-plugin-import": "^2.7.0",
"eslint": "^4.10.0",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.8.0",
"istanbul": "^0.4.5",
"jsdoc-to-markdown": "^3.0.0",
"mocha": "^4.0.1",
Expand Down
2 changes: 1 addition & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const isDev = process.env.BUILD === 'dev';
const banner = isProduction
? '/**\n' +
'* @file Convert from CAL code to Sedra 3 ASCII transliteration\n' +
'* @version 1.0.6\n' +
'* @version 1.0.7\n' +
'* @author Greg Borota\n' +
'* @copyright (c) 2017 Greg Borota.\n' +
'* @license MIT\n' +
Expand Down

0 comments on commit c089dcb

Please sign in to comment.