Skip to content

Commit

Permalink
0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
pradel committed Dec 6, 2016
1 parent 473db4a commit b73a08a
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": "node-social-api",
"version": "0.0.9",
"version": "0.0.10",
"description": "Node social api",
"main": "lib/index.js",
"scripts": {
Expand All @@ -16,7 +16,9 @@
},
"jest": {
"testEnvironment": "node",
"transform": {".*": "<rootDir>/node_modules/babel-jest"},
"transform": {
".*": "<rootDir>/node_modules/babel-jest"
},
"testRegex": "(/__tests__/.*|\\.(test|spec))\\.(es6|js|json)$",
"testPathIgnorePatterns": [
"__tests__/instagram/utils.js",
Expand Down

0 comments on commit b73a08a

Please sign in to comment.