Skip to content

Commit 9659779

Browse files
author
alxndrsn
committed
Remove references to TonicDev
* TonicDev became RunKit in 2016 - http://blog.runkit.com/2016/09/13/tonic-is-now-runkit-a-part-of-stripe/ * https://npm.runkit.com/pouchdb doesn't currently work * it's likely it hasn't worked for a long time, and no one has noticed * RunKit barely looks active itself - last blog post was in 2018: http://blog.runkit.com/
1 parent 307dea3 commit 9659779

File tree

3 files changed

+1
-52
lines changed

3 files changed

+1
-52
lines changed

bin/update-package-json-for-publish.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ modules.forEach(function (mod) {
6262
// Also add "module" member: https://github.com/rollup/rollup/wiki/pkg.module
6363
pkg['jsnext:main'] = pkg.module = './lib/index.es.js';
6464
// whitelist the files we'll actually publish
65-
pkg.files = ['lib', 'dist', 'tonic-example.js'];
65+
pkg.files = ['lib', 'dist'];
6666

6767
var jsonString = JSON.stringify(pkg, null, ' ') + '\n';
6868
fs.writeFileSync(pkgPath, jsonString, 'utf8');

packages/node_modules/pouchdb/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
"jspm": {
1515
"main": "dist/pouchdb.js"
1616
},
17-
"tonicExampleFilename": "tonic-example.js",
1817
"keywords": [
1918
"db",
2019
"couchdb",

packages/node_modules/pouchdb/tonic-example.js

Lines changed: 0 additions & 50 deletions
This file was deleted.

0 commit comments

Comments
 (0)