update publish process

This commit is contained in:
Kevin Jahns
2018-11-02 01:52:20 +01:00
parent df80938190
commit bd271e3952
2 changed files with 5 additions and 21 deletions

View File

@@ -2,8 +2,7 @@
"name": "yjs",
"version": "13.0.0-67",
"description": "A framework for real-time p2p shared editing on any data",
"main": "./y.node.js",
"browser": "./y.js",
"main": "./build/node/index.js",
"module": "./src/index.js",
"scripts": {
"test": "npm run lint",
@@ -16,10 +15,10 @@
"postversion": "npm run dist"
},
"files": [
"y.*",
"src/*",
".esdoc.json",
"docs/*"
"docs/*",
"build/*"
],
"standard": {
"ignore": [