Use npmpub like it should since testling is gone #100

Merged
MoOx merged 1 commits from npmpub into master 2018-01-09 16:02:10 -05:00

View File

@@ -44,7 +44,6 @@
"coverage": "nyc -x \"tests/**\" npm run coverage-tests",
"example": "opn http://localhost:3000/example/; serve .",
"prepublish": "npm run standalone",
"#release": "testling does not work in a process launch by npm... :facepalm:",
"release": "echo \"npmpub --skip-test --dry && npm test && npmpub --skip-test --skip-cleanup\""
"release": "npmpub"
}
}