Skip to content
This repository has been archived by the owner on Sep 4, 2020. It is now read-only.

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alansouzati committed Oct 11, 2016
1 parent 100c59a commit c235ca4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,4 @@ rules:
react/react-in-jsx-scope: 1
react/self-closing-comp: 1
react/sort-comp: 1
react/wrap-multilines: 1
react/jsx-wrap-multilines: 1
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "grommet-index",
"version": "0.4.5",
"version": "1.0.0",
"main": "src/js/index.js",
"description": "Grommet UI and example server for searching, filtering, and displaying mass quantities of items.",
"authors": [
Expand All @@ -19,7 +19,7 @@
"dependencies": {
"classnames": "^2.2.3",
"debounce": "^1.0.0",
"grommet": "https://github.com/grommet/grommet/tarball/stable"
"grommet": "^1.0.0"
},
"devDependencies": {
"babel-plugin-add-module-exports": "^0.1.2",
Expand All @@ -28,7 +28,7 @@
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"del": "^2.0.2",
"grommet-toolbox": "^0.2.0",
"grommet-toolbox": "^0.4.5",
"gulp": "^3.8.11",
"gulp-git": "^1.6.0",
"gulp-rename": "^1.2.2",
Expand Down

0 comments on commit c235ca4

Please sign in to comment.