Skip to content

Commit

Permalink
Configs update
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitaly Puzrin committed Mar 8, 2016
1 parent d9d95f9 commit c2718b4
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 64 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
language: node_js
node_js:
- stable
before_script: "make dev-deps"
script: "make test"
sudo: false
54 changes: 0 additions & 54 deletions Makefile

This file was deleted.

22 changes: 14 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,21 @@
"svg",
"convertor"
],
"author": {
"name": "Sergey Batishchev",
"email": "sergej.batishchev@gmail.com"
},
"author": "Sergey Batishchev <sergej.batishchev@gmail.com>",
"license": "MIT",
"repository": "fontello/svg2ttf",
"bin": {
"svg2ttf": "./svg2ttf.js"
},
"files": [
"index.js",
"svg2ttf.js",
"lib/"
],
"scripts": {
"lint": "./node_modules/.bin/eslint .",
"test": "npm run lint && ./node_modules/.bin/mocha"
},
"dependencies": {
"argparse": "^1.0.6",
"cubic2quad": "^1.0.0",
Expand All @@ -21,10 +31,6 @@
"svgpath": "^2.1.5",
"xmldom": "~0.1.22"
},
"repository": "fontello/svg2ttf",
"bin": {
"svg2ttf": "./svg2ttf.js"
},
"devDependencies": {
"eslint": "^2.3.0",
"mocha": "^2.4.5"
Expand Down

0 comments on commit c2718b4

Please sign in to comment.