diff options
author | rdfriedl <rdfriedl@gmail.com> | 2016-03-31 20:57:05 -0500 |
---|---|---|
committer | rdfriedl <rdfriedl@gmail.com> | 2016-03-31 20:57:05 -0500 |
commit | f1ff414873ee216e4bcd10794ed9fa35c7d85b1d (patch) | |
tree | cce06c526bac6f95993a248e743896cbb523bae9 /package.json | |
parent | b006c02b219fea7af04b764ab2fd6c4b55a8c4ac (diff) | |
download | svg.js-f1ff414873ee216e4bcd10794ed9fa35c7d85b1d.tar.gz svg.js-f1ff414873ee216e4bcd10794ed9fa35c7d85b1d.zip |
added svg.js.d.ts
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index a23550c..7e2717e 100644 --- a/package.json +++ b/package.json @@ -47,6 +47,7 @@ }, "github": "https://github.com/wout/svg.js", "license": "MIT", + "typings": "./svg.js.d.ts", "devDependencies": { "del": "^1.2.0", "gulp": "^3.8.6", |