Browse Source

build: publish dist folder

mightyplow 7 years ago
parent
commit
ef656086b7
1 changed files with 2 additions and 3 deletions
  1. 2 3
      package.json

+ 2 - 3
package.json

@@ -2,7 +2,6 @@
   "name": "@mightyplow/jslib",
   "version": "0.8.0",
   "description": "js, helpers library",
-  "main": "jslib.js",
   "devDependencies": {
     "babel-cli": "^6.26.0",
     "babel-preset-es2015": "^6.22.0",
@@ -15,8 +14,8 @@
     "prebublish": "npm run test && npm run build"
   },
   "files": [
-    "lib",
-    "jslib.js"
+    "dist",
+    "lib"
   ],
   "keywords": [
     "js",