Skip to content
This repository has been archived by the owner on Mar 10, 2021. It is now read-only.

Commit

Permalink
Adjust config.
Browse files Browse the repository at this point in the history
  • Loading branch information
svenmueller committed Dec 16, 2014
1 parent efbd5b4 commit 6012a64
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
2 changes: 0 additions & 2 deletions Gruntfile.coffee
Expand Up @@ -69,8 +69,6 @@ module.exports = (grunt) ->
command: "istanbul cover jasmine-node --captureExceptions test && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
jasmine:
command: "jasmine-node --verbose --captureExceptions test"
run:
command: "node lib/run.js stock.xml"
publish:
command: 'npm publish'

Expand Down
13 changes: 6 additions & 7 deletions package.json
@@ -1,12 +1,12 @@
{
"name": "sphere-orderstatus-xml-import",
"description": "Import your stock information into SPHERE.IO's inventory from CSV or XML, with SFTP support!",
"version": "0.6.1",
"description": "Import order status to SPHERE.IO.",
"version": "0.1.0",
"homepage": "https://github.com/sphereio/sphere-orderstatus-xml-import",
"private": false,
"author": {
"name": "Hajo Eichler",
"email": "hajo.eichler@commercetools.de"
"name": "Sven Mueller",
"email": "sven.mueller@commercetools.de"
},
"maintainers": [
{
Expand All @@ -28,7 +28,7 @@
}
],
"bin": {
"orderstatus-xml-import": "bin/orderstatus-xml-import"
"orderstatus-import": "bin/orderstatus-import"
},
"main": "lib/run",
"engines": {
Expand Down Expand Up @@ -66,9 +66,8 @@
"keywords": [
"sphere",
"sphereio",
"stock",
"order",
"import",
"csv",
"xml",
"sftp"
]
Expand Down

3 comments on commit 6012a64

@emmenko
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@svenmueller also cleanup unused deps please :)

@emmenko
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also, is this going to be a private or public package (npm)?

@svenmueller
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we need no public npm package

Please sign in to comment.