Skip to content

Commit

Permalink
build: adding browser tests and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeal committed Mar 21, 2020
1 parent cb618fe commit 7682661
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,14 @@
"description": "Syncable large scale database built on IPLD",
"main": "src/index.js",
"scripts": {
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs",
"lint": "standard",
"pretest": "npm run lint",
"test:node": "mocha test/test-*.js",
"test:browser": "polendina --cleanup --service-worker test/test-*.js",
"test:cli": "tap test/cli/test-*.js",
"test": "hundreds npm run test:node",
"test": "hundreds mocha test/test-*.js",
"coverage": "nyc --reporter=html mocha test/test-*.js && npx http-server coverage",
"build:schema": "ipld-schema to-json Schema.md > src/schema.json"
},
Expand All @@ -29,13 +32,15 @@
"datastore-car": "^1.1.3",
"iamap": "^0.7.0",
"ipld-schema": "^0.3.2",
"ipld-schema-validation": "0.1.0",
"murmurhash3js-revisited": "^3.0.0"
"ipld-schema-validation": "0.3.1",
"murmurhash3js-revisited": "^3.0.0",
"vuepress": "^1.4.0"
},
"devDependencies": {
"hundreds": "0.0.2",
"mocha": "^7.1.0",
"standard": "^14.3.2",
"tap": "^14.10.6"
"mocha": "^7.1.1",
"polendina": "^1.0.0",
"standard": "^14.3.3",
"tap": "^14.10.7"
}
}

0 comments on commit 7682661

Please sign in to comment.