Skip to content

Commit

Permalink
Исправления в package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Shirokov committed Nov 6, 2018
1 parent fb0d6df commit 3ba75d0
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "limestone",
"description": "Sphinx search server connector for Node.js",
"version": "0.1.5",
"version": "0.2.0",
"keywords": [
"sphinx",
"search",
Expand All @@ -16,18 +16,16 @@
"bugs": {
"name": "http://github.com/kurokikaze/limestone/issues"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/kurokikaze/limestone"
},
"license": "MIT",
"engine": "node",
"implements": [
"CommonJS/Modules/1.0"
],
"dependencies": {},
"devDependencies": {
"jasmine": "*"
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.14.0",
"jasmine": "*"
},
"engines": {
"node": "*"
Expand All @@ -39,6 +37,6 @@
"url": "git://github.com/kurokikaze/limestone.git"
},
"scripts": {
"test": "node tests/purels.js"
"test": "node tests/persistent.js"
}
}

0 comments on commit 3ba75d0

Please sign in to comment.