Skip to content

Commit

Permalink
Remove references to TonicDev
Browse files Browse the repository at this point in the history
* 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/
  • Loading branch information
alxndrsn committed Aug 14, 2023
1 parent 307dea3 commit 9659779
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 52 deletions.
2 changes: 1 addition & 1 deletion bin/update-package-json-for-publish.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ modules.forEach(function (mod) {
// Also add "module" member: https://github.com/rollup/rollup/wiki/pkg.module
pkg['jsnext:main'] = pkg.module = './lib/index.es.js';
// whitelist the files we'll actually publish
pkg.files = ['lib', 'dist', 'tonic-example.js'];
pkg.files = ['lib', 'dist'];

var jsonString = JSON.stringify(pkg, null, ' ') + '\n';
fs.writeFileSync(pkgPath, jsonString, 'utf8');
Expand Down
1 change: 0 additions & 1 deletion packages/node_modules/pouchdb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"jspm": {
"main": "dist/pouchdb.js"
},
"tonicExampleFilename": "tonic-example.js",
"keywords": [
"db",
"couchdb",
Expand Down
50 changes: 0 additions & 50 deletions packages/node_modules/pouchdb/tonic-example.js

This file was deleted.

0 comments on commit 9659779

Please sign in to comment.