Skip to content

Commit

Permalink
update project
Browse files Browse the repository at this point in the history
  • Loading branch information
xudafeng committed Dec 17, 2018
1 parent 5dd285e commit f3ff58b
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 38 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
node_modules
npm-debug.log
.idea/*
Thumbs.db
coverage/
.nyc_output
.project
build/
test/screenshot
Expand Down
26 changes: 0 additions & 26 deletions Makefile

This file was deleted.

2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# uitest

---

[![NPM version][npm-image]][npm-url]
[![build status][travis-image]][travis-url]
[![Test coverage][coveralls-image]][coveralls-url]
Expand Down
17 changes: 8 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uitest",
"version": "1.1.6",
"version": "1.2.0",
"description": "uitest",
"keywords": [
"uitest"
Expand All @@ -12,25 +12,24 @@
},
"dependencies": {
"co": "^4.6.0",
"macaca-electron": "^1.1.0"
"macaca-electron": "2"
},
"devDependencies": {
"co-mocha": "*",
"detect-port": "^1.2.0",
"ipv4": "^1.0.1",
"istanbul": "*",
"jshint": "*",
"mocha": "^3.0.2",
"pre-commit": "*",
"should": "^11.0.0",
"startserver": "^1.2.3"
"mocha": "^3.5.3",
"nyc": "^13.1.0",
"pre-commit": "*"
},
"scripts": {
"test": "make test",
"jshint": "make jshint"
"test": "nyc --reporter=lcov --reporter=text mocha",
"lint": "jshint ."
},
"pre-commit": [
"jshint"
"lint"
],
"homepage": "https://github.com/macacajs/uitest",
"license": "MIT"
Expand Down
2 changes: 1 addition & 1 deletion test/mocha.opts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
--require should
--reporter spec
--reporter spec

0 comments on commit f3ff58b

Please sign in to comment.