Skip to content

Commit

Permalink
0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
briangonzalez committed Sep 11, 2017
1 parent b35c811 commit 0b87ace
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
{
"name": "ember-router-scroll",
"version": "0.3.0",
"version": "0.3.1",
"description": "Scroll to top with preserved browser history scroll position",
"directories": {
"doc": "doc",
"test": "tests"
},
"scripts": {
"build": "ember build",
"eslint": "eslint app/**/*.js addon/**/*.js tests/**/*.js --quiet --ignore-path .eslintignore",
"eslint":
"eslint app/**/*.js addon/**/*.js tests/**/*.js --quiet --ignore-path .eslintignore",
"start": "ember server",
"test": "ember try:each"
},
Expand All @@ -17,9 +18,7 @@
},
"config": {
"pre-git": {
"pre-push": [
"npm run eslint"
]
"pre-push": ["npm run eslint"]
}
},
"homepage": "https://dollarshaveclub.github.io/router-scroll-demo/",
Expand All @@ -30,7 +29,8 @@
"engines": {
"node": ">= 4"
},
"author": "Jason Farmer <[email protected]> and Benny C. Wong <[email protected]>",
"author":
"Jason Farmer <[email protected]> and Benny C. Wong <[email protected]>",
"contributors": [
{
"name": "Benny Wong",
Expand Down

0 comments on commit 0b87ace

Please sign in to comment.