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

Commit

Permalink
[update] updates es-check test (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
yowainwright authored Nov 28, 2017
1 parent 68b1177 commit e867898
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion dist/scrolldir.auto.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/scrolldir.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "scrolldir",
"version": "1.2.20",
"version": "1.2.21",
"description": "Vertical scroll direction in CSS",
"main": "dist/scrolldir.js",
"scripts": {
"test": "gulp test && npm run test:es-check",
"test:es-check": "es-check check es5 dist/scrolldir.auto.js dist/scrolldir.js dist/scrolldir.min.js dist/scrolldir.auto.min.js",
"test:es-check": "es-check es5 dist/scrolldir.auto.js dist/scrolldir.js dist/scrolldir.min.js dist/scrolldir.auto.min.js",
"build": "npm run lint && rollup -c && rollup -c --environment entry:.auto && gulp minify && npm test",
"lint": "eslint src/*.js --fix",
"postpublish": "git tag $npm_package_version && git push origin --tags"
Expand Down Expand Up @@ -34,7 +34,7 @@
"babel-eslint": "^8.0.1",
"babel-preset-es2015-rollup": "^3.0.0",
"bower": "^1.7.9",
"es-check": "^1.0.0",
"es-check": "^2.0.0",
"eslint": "^4.1.0",
"gulp": "^3.9.1",
"gulp-header": "^1.8.8",
Expand Down

0 comments on commit e867898

Please sign in to comment.