Skip to content
This repository has been archived by the owner on Feb 20, 2022. It is now read-only.

Commit

Permalink
🔖 Release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thibmaek committed Dec 2, 2016
1 parent 6bf3e8c commit db68a33
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bpost",
"version": "0.1.1",
"version": "0.2.0",
"description": "JavaScript API wrapper for bpost track & trace",
"main": "cjs/index.js",
"browser": "dist/bpost.js",
Expand Down Expand Up @@ -37,7 +37,9 @@
"notify": true,
"setupTestFrameworkScriptFile": "__tests__/jestSetup.js",
"testEnvironment": "node",
"testPathIgnorePatterns": ["jestSetup.js"]
"testPathIgnorePatterns": [
"jestSetup.js"
]
},
"scripts": {
"lint": "eslint src/*.js",
Expand Down

0 comments on commit db68a33

Please sign in to comment.