Skip to content

Commit 622e3f2

Browse files
committed
update
2 parents d1b8280 + 84f1cdb commit 622e3f2

File tree

4 files changed

+17
-5
lines changed

4 files changed

+17
-5
lines changed

.jshintignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
node_modules

.jshintrc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"node": true,
3+
4+
"curly": true,
5+
"latedef": true,
6+
"quotmark": true,
7+
"undef": true,
8+
"unused": true,
9+
"trailing": true
10+
}

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ notifications:
77
- 155259966@qq.com
88

99
node_js:
10-
- 6.9.1
10+
- 8.1.0
1111

1212
before_install:
1313
- |
@@ -34,4 +34,4 @@ env:
3434

3535
matrix:
3636
allow_failures:
37-
- env: "TEST_TYPE=saucelabs"
37+
- env: "TEST_TYPE=saucelabs"

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,15 @@
5757
"saucelabs": "rc-test run saucelabs",
5858
"test": "rc-test run test",
5959
"chrome-test": "rc-test run chrome-test",
60-
"coverage": "rc-test run coverage"
60+
"coverage": "rc-test run coverage",
61+
"validate": "npm ls"
6162
},
6263
"devDependencies": {
6364
"@types/react": "^16.0.0",
6465
"core-js": "^3.0.0",
6566
"expect.js": "0.3.x",
6667
"pre-commit": "1.x",
67-
"precommit-hook": "1.x",
68+
"precommit-hook": "3.x",
6869
"rc-animate": "2.x",
6970
"rc-queue-anim": "^1.3.0",
7071
"rc-test": "6.x",
@@ -83,4 +84,4 @@
8384
"rc-tween-one": "^2.4.0",
8485
"tween-functions": "1.x"
8586
}
86-
}
87+
}

0 commit comments

Comments
 (0)