mirror of
https://github.com/valentineus/iii-client.git
synced 2025-12-21 14:13:22 +04:00
Release of version 0.0.3.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "iii-client",
|
||||
"version": "0.0.2",
|
||||
"version": "0.0.3",
|
||||
"description": "Simple API for communicating with the bot of the \"iii.ru\" service.",
|
||||
"homepage": "https://github.com/valentineus/iii-client",
|
||||
"license": "MIT",
|
||||
@@ -27,12 +27,14 @@
|
||||
"babel-cli": "^6.24.1",
|
||||
"babel-core": "^6.24.1",
|
||||
"babel-preset-es2015": "^6.24.1",
|
||||
"eslint": "^3.19.0",
|
||||
"jsdoc": "^3.4.3",
|
||||
"minami": "^1.2.3"
|
||||
},
|
||||
"scripts": {
|
||||
"check": "eslint ./src/*",
|
||||
"jsdoc": "jsdoc --template ./node_modules/minami --destination ./docs ./src/index.js",
|
||||
"compile": "babel --presets es2015 --minified --no-comments --source-maps --out-dir ./lib/ ./src/",
|
||||
"prepublish": "npm run compile && npm run jsdoc"
|
||||
"prepublish": "npm run check && npm run jsdoc && npm run compile"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user