Remove fs dependency

This commit is contained in:
xDrixxyz YT 2019-03-12 19:51:19 -04:00
parent 9f6225aa66
commit 7c906574db
No known key found for this signature in database
GPG Key ID: 3A5BC92A16D60B92
3 changed files with 3 additions and 4 deletions

View File

@ -1,8 +1,7 @@
#!/usr/bin/env node
const axios = require('axios');
const fs = require('fs');
const __version__ = "1.0.2";
const __version__ = "1.0.3";
const __author__ = "xDrixxyz";
const __issues__ = "https://github.com/xDrixxyz/npmstandsfor/issues";

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "npmstandsfor",
"version": "1.0.1",
"version": "1.0.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "npmstandsfor",
"version": "1.0.2",
"version": "1.0.3",
"description": "A command-line app that gets a random saying from the official npm-expansions GitHub repository",
"main": "index.js",
"scripts": {