Skip to content

Commit

Permalink
Added some basic tests
Browse files Browse the repository at this point in the history
  • Loading branch information
paras20xx committed Jun 19, 2019
1 parent d1e5675 commit d9c3c64
Show file tree
Hide file tree
Showing 7 changed files with 12,841 additions and 13 deletions.
103 changes: 103 additions & 0 deletions package-lock.json

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

26 changes: 15 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,24 +50,28 @@
},
"homepage": "https://github.com/webextensions/copy-files-from-to#readme",
"dependencies": {
"async": "3.0.1",
"chalk": "2.4.2",
"cjson": "0.5.0",
"cp-file": "7.0.0",
"async": "^3.0.1",
"chalk": "^2.4.2",
"cjson": "^0.5.0",
"cp-file": "^7.0.0",
"fast-glob": "^3.0.1",
"glob-parent": "^5.0.0",
"is-glob": "^4.0.1",
"is-utf8": "^0.2.1",
"lodash": "4.17.11",
"lodash": "^4.17.11",
"md5": "^2.2.1",
"mkdirp": "0.5.1",
"mkdirp": "^0.5.1",
"note-down": "0.2.2",
"request": "2.88.0",
"uglify-js": "3.6.0",
"yargs": "13.2.4"
"request": "^2.88.0",
"uglify-js": "^3.6.0",
"yargs": "^13.2.4"
},
"devDependencies": {
"eslint": "5.16.0",
"mocha": "6.1.4"
"chai": "^4.2.0",
"chai-files": "^1.4.0",
"eslint": "^5.16.0",
"mocha": "^6.1.4",
"rimraf": "^2.6.3",
"shelljs": "^0.8.3"
}
}
4 changes: 2 additions & 2 deletions test/basic-usage/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
node_modules/
scripts/
/node_modules/
/scripts/
Loading

0 comments on commit d9c3c64

Please sign in to comment.