Skip to content

Commit

Permalink
Merge pull request #2 from diwiny/master
Browse files Browse the repository at this point in the history
Fixing 'Appears to be a git repo or submodule' bug
  • Loading branch information
jperezdavinchi authored Feb 12, 2019
2 parents 924b903 + 4e7cea3 commit 277a621
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
4 changes: 4 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Created by .ignore support plugin (hsz.mobi)
examples

# 'Appears to be a git repo or submodule' error fix
.git

### JetBrains template
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fusebox-pug-plugin",
"version": "2.0.0",
"name": "fusebox-pug-plugin-fixed",
"version": "2.0.1",
"description": "Import pug files with fusebox allowing to use ~ to import from root and node: to import from node_modules",
"main": "index.js",
"scripts": {
Expand All @@ -10,25 +10,25 @@
"module": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/davinchi-finsi/fusebox-pug-plugin.git"
"url": "https://github.com/diwiny/fusebox-pug-plugin.git"
},
"publishConfig": {
"access": "public"
},
"author": {
"name": "Davinchi",
"url": "www.davinchi.es"
"name": "Lajos Kovacs",
"url": "diwiny.hu"
},
"keywords": [
"fusebox",
"fuse-box",
"pug"
],
"bugs": {
"url": "https://github.com/davinchi-finsi/fusebox-pug-plugin/issues"
"url": "https://github.com/diwiny/fusebox-pug-plugin/issues"
},
"license": "MIT",
"homepage": "https://github.com/davinchi-finsi/fusebox-pug-plugin",
"homepage": "https://github.com/diwiny/fusebox-pug-plugin",
"dependencies": {
"@types/pug": "^2.0.4",
"extend": "^3.0.0",
Expand Down

0 comments on commit 277a621

Please sign in to comment.