Sfoglia il codice sorgente

add idea project files to npmignore

mightyplow 8 anni fa
parent
commit
c64bc88898
2 ha cambiato i file con 3 aggiunte e 1 eliminazioni
  1. 2 0
      .npmignore
  2. 1 1
      package.json

+ 2 - 0
.npmignore

@@ -1 +1,3 @@
 .jshintrc
+/.idea/
+.npmignore

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "@mightyplow/jslib",
-  "version": "0.1.0",
+  "version": "0.1.1",
   "description": "js helpers library",
   "main": "jslib.js",
   "dependencies": {