Commit 130288b561aa30e2ef994655dfbe5869ac506157
1 parent
83cf9ea932
Exists in
master
replace iniparser with ini
Showing 1 changed file with 2 additions and 2 deletions Side-by-side Diff
package.json
... | ... | @@ -24,11 +24,11 @@ |
24 | 24 | "mocha": "~2.2.5", |
25 | 25 | "request": "~2.57.0", |
26 | 26 | "strftime": "~0.9.2", |
27 | - "iniparser": "~1.0.5", | |
28 | 27 | "mathjs": "~1.7.0", |
29 | 28 | "xmlrpc": "~1.3.1", |
30 | 29 | "node-simple-router": "~0.9.4-2", |
31 | 30 | "sate24": "git+http://git@gitlab.kodesumber.com/reload97/node-sate24.git", |
32 | - "winston": "~1.0.1" | |
31 | + "winston": "~1.0.1", | |
32 | + "ini": "~1.3.4" | |
33 | 33 | } |
34 | 34 | } |