Skip to content

Commit

Permalink
Update package.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
ClydeDz committed Jan 12, 2021
1 parent 4a4e925 commit 8aeadfd
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions package.json
Original file line number Original file line Diff line number Diff line change
@@ -1,21 +1,30 @@
{ {
"name": "add-demo-npm", "name": "add-demo-npm",
"version": "1.0.0", "version": "0.1.0",
"description": "", "description": "A demo npm package to compliment a Medium how-to article.",
"main": "./dist/add-demo-npm.js", "main": "./dist/add-demo-npm.js",
"scripts": { "scripts": {
"build": "tsc", "build": "tsc",
"test": "ts-mocha tests/**/*.test.ts", "test": "ts-mocha tests/**/*.test.ts",
"coverage": "nyc npm test report --reporter=cobertura --reporter=text-summary", "coverage": "nyc npm test report --reporter=cobertura --reporter=text-summary",
"lint": "eslint \"**\\*.ts\"" "lint": "eslint \"**\\*.ts\""
}, },
"files": [
"dist",
"LICENSE",
"README.md"
],
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/ClydeDz/add-demo-npm.git" "url": "git+https://github.com/ClydeDz/add-demo-npm.git"
}, },
"keywords": [], "keywords": [
"author": "", "demo npm",
"license": "ISC", "add",
"calculate"
],
"author": "Clyde D'Souza",
"license": "MIT",
"bugs": { "bugs": {
"url": "https://github.com/ClydeDz/add-demo-npm/issues" "url": "https://github.com/ClydeDz/add-demo-npm/issues"
}, },
Expand Down

0 comments on commit 8aeadfd

Please sign in to comment.