From bf29d0762acee5adda889727316f1e7f82be9ba3 Mon Sep 17 00:00:00 2001 From: Francesco Improta Date: Wed, 24 Mar 2021 15:12:56 +0100 Subject: [PATCH] Updated gitignore --- .gitgnore => .gitignore | 0 node_modules/sass-mq-lib/package.json | 55 --------------------------- 2 files changed, 55 deletions(-) rename .gitgnore => .gitignore (100%) delete mode 100644 node_modules/sass-mq-lib/package.json diff --git a/.gitgnore b/.gitignore similarity index 100% rename from .gitgnore rename to .gitignore diff --git a/node_modules/sass-mq-lib/package.json b/node_modules/sass-mq-lib/package.json deleted file mode 100644 index 2a63516..0000000 --- a/node_modules/sass-mq-lib/package.json +++ /dev/null @@ -1,55 +0,0 @@ -{ - "_from": "sass-mq-lib@^1.0.0", - "_id": "sass-mq-lib@1.0.0", - "_inBundle": false, - "_integrity": "sha512-qFHnQvJFjg0lqpfBlgwAljJqfOw6v7jkqcAoAT+sK1fdfHWI9FeUn0PdhysPG4Elx/epCg+1GYOzj6NClUDW9Q==", - "_location": "/sass-mq-lib", - "_phantomChildren": {}, - "_requested": { - "type": "range", - "registry": true, - "raw": "sass-mq-lib@^1.0.0", - "name": "sass-mq-lib", - "escapedName": "sass-mq-lib", - "rawSpec": "^1.0.0", - "saveSpec": null, - "fetchSpec": "^1.0.0" - }, - "_requiredBy": [ - "#USER", - "/" - ], - "_resolved": "https://registry.npmjs.org/sass-mq-lib/-/sass-mq-lib-1.0.0.tgz", - "_shasum": "7471f15568fac8b2d16b6b0702a606fc570e9817", - "_spec": "sass-mq-lib@^1.0.0", - "_where": "/Users/francesco/Projects/typesmith", - "author": { - "name": "francesco improta" - }, - "bugs": { - "url": "https://github.com/zetareticoli/mq/issues" - }, - "bundleDependencies": false, - "deprecated": false, - "description": "A simple, lightweight media queries library for sass projects", - "homepage": "https://github.com/zetareticoli/mq#readme", - "keywords": [ - "sass", - "css", - "media queries", - "media query", - "breakpoints", - "tools" - ], - "license": "MIT", - "main": "_mq.scss", - "name": "sass-mq-lib", - "repository": { - "type": "git", - "url": "git+https://github.com/zetareticoli/mq.git" - }, - "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" - }, - "version": "1.0.0" -}