Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
tanelt committed Jan 16, 2018
1 parent e43becd commit cdbb473
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 32 deletions.
60 changes: 30 additions & 30 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
{
"name": "pdfgeneratorapi",
"version": "1.0.0",
"description": "JavaScript module for pdfgeneratorapi.com",
"main": "index.js",
"dependencies": {
"axios": "^0.17.1"
},
"directories": {
"test": "test"
},
"devDependencies": {
"mocha": "^4.1.0"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/actualreports/pdfgeneratorapi-nodejs.git"
},
"keywords": [
"pdf-generator",
"pdf-creator"
],
"author": "Actual Reports",
"license": "MIT",
"bugs": {
"url": "https://github.com/actualreports/pdfgeneratorapi-nodejs/issues"
},
"homepage": "https://pdfgeneratorapi.com"
"name": "pdf-generator-api",
"version": "1.0.1",
"description": "JavaScript module for pdfgeneratorapi.com",
"main": "index.js",
"dependencies": {
"axios": "^0.17.1"
},
"directories": {
"test": "test"
},
"devDependencies": {
"mocha": "^4.1.0"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/actualreports/pdfgeneratorapi-nodejs.git"
},
"keywords": [
"pdf-generator",
"pdf-creator"
],
"author": "Actual Reports",
"license": "MIT",
"bugs": {
"url": "https://github.com/actualreports/pdfgeneratorapi-nodejs/issues"
},
"homepage": "https://pdfgeneratorapi.com"
}
4 changes: 2 additions & 2 deletions README.md → readme.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# JavaScript module for pdfgeneratorapi.com
[PDF Generator API](https://pdfgeneratorapi.com).
JavaScript module for [PDF Generator API](https://pdfgeneratorapi.com).

### Install
Require this package with npm using the following command:
```bash
npm install pdfgeneratorapi --save
npm install pdf-generator-api --save
```


Expand Down

0 comments on commit cdbb473

Please sign in to comment.