2
0
mirror of https://github.com/tenrok/numeralize-ru.git synced 2026-06-20 20:00:41 +03:00

Add Typescript typings

This commit is contained in:
anotherpit
2016-11-18 02:11:33 +03:00
parent 6d2367e447
commit 969110bd48
5 changed files with 52 additions and 4 deletions
+6 -3
View File
@@ -1,10 +1,12 @@
{
"name": "numeralize-ru",
"version": "1.0.0",
"version": "1.0.1",
"description": "Russian numerals",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/mocha",
"test": "npm run test:js; npm run test:ts",
"test:js": "./node_modules/.bin/mocha",
"test:ts": "./node_modules/.bin/tsc ./test/*.d.spec.ts --noEmit --noImplicitAny --strictNullChecks --target ES6",
"dev": "./node_modules/.bin/mocha --watch"
},
"keywords": [
@@ -21,7 +23,8 @@
"author": "anotherpit <anotherpit@gmail.com>",
"license": "MIT",
"devDependencies": {
"mocha": "^2.4.5"
"mocha": "^2.4.5",
"typescript": "^2.0.10"
},
"repository": {
"type": "git",