Skip to content

Commit

Permalink
Merge f3732e1 into 983468d
Browse files Browse the repository at this point in the history
  • Loading branch information
samit4me committed Feb 5, 2017
2 parents 983468d + f3732e1 commit 727b61c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 11 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 1.1.3 (February 5, 2017)
* Update dependencies

## 1.1.2 (November 26, 2016)
* Update dependencies
* Add CHANGELOG
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-filenamespace",
"version": "1.1.2",
"version": "1.1.3",
"description": "Babel plugin to generate a namespace based on filename",
"main": "lib/index.js",
"scripts": {
Expand Down Expand Up @@ -42,19 +42,19 @@
}
},
"devDependencies": {
"babel-cli": "6.18.0",
"babel-core": "6.21.0",
"babel-cli": "6.22.2",
"babel-core": "6.22.1",
"babel-jest": "18.0.0",
"babel-polyfill": "6.20.0",
"babel-preset-latest": "6.16.0",
"babel-polyfill": "6.22.0",
"babel-preset-latest": "6.22.0",
"coveralls": "2.11.15",
"cross-env": "3.1.3",
"eslint": "3.12.2",
"eslint-config-airbnb": "13.0.0",
"cross-env": "3.1.4",
"eslint": "3.15.0",
"eslint-config-airbnb": "14.0.0",
"eslint-plugin-import": "2.2.0",
"eslint-plugin-jsx-a11y": "2.2.3",
"eslint-plugin-react": "6.8.0",
"jest-cli": "18.0.0",
"eslint-plugin-jsx-a11y": "3.0.2",
"eslint-plugin-react": "6.9.0",
"jest-cli": "18.1.0",
"rimraf": "2.5.4"
}
}

0 comments on commit 727b61c

Please sign in to comment.