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

Commit

Permalink
Make qunit-puppeteer a dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
albrow committed Aug 5, 2019
1 parent 4c545da commit 886e355
Showing 1 changed file with 15 additions and 17 deletions.
32 changes: 15 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,17 @@
{
"name": "0x-mesh",
"version": "0.0.1",
"engines": {
"node": ">=11"
},
"description": "A peer-to-peer network for sharing orders",
"main": "index.js",
"repository": "[email protected]:0xProject/0x-mesh.git",
"private": true,
"devDependencies": {
"es6-promise": "^4.2.6",
"isomorphic-fetch": "^2.2.1",
"wrtc": "0.4.1"
},
"dependencies": {
"qunit-puppeteer": "^1.0.1"
}
"name": "0x-mesh",
"version": "0.0.1",
"engines": {
"node": ">=11"
},
"description": "A peer-to-peer network for sharing orders",
"main": "index.js",
"repository": "[email protected]:0xProject/0x-mesh.git",
"private": true,
"devDependencies": {
"es6-promise": "^4.2.6",
"isomorphic-fetch": "^2.2.1",
"wrtc": "0.4.1",
"qunit-puppeteer": "^1.0.1"
}
}

0 comments on commit 886e355

Please sign in to comment.