From d3adc16a08d95d6e331de55d7d3bf05a66a874a8 Mon Sep 17 00:00:00 2001 From: pack Date: Sun, 9 Aug 2026 10:54:08 +0000 Subject: stop tracking node_modules/ --- node_modules/fs-constants/README.md | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 node_modules/fs-constants/README.md (limited to 'node_modules/fs-constants/README.md') diff --git a/node_modules/fs-constants/README.md b/node_modules/fs-constants/README.md deleted file mode 100644 index 62b3374..0000000 --- a/node_modules/fs-constants/README.md +++ /dev/null @@ -1,26 +0,0 @@ -# fs-constants - -Small module that allows you to get the fs constants across -Node and the browser. - -``` -npm install fs-constants -``` - -Previously you would use `require('constants')` for this in node but that has been -deprecated and changed to `require('fs').constants` which does not browserify. - -This module uses `require('constants')` in the browser and `require('fs').constants` in node to work around this - - -## Usage - -``` js -var constants = require('fs-constants') - -console.log('constants:', constants) -``` - -## License - -MIT -- cgit v1.2.3