mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-11-13 07:48:26 +03:00
publish dist with package (#154)
This commit is contained in:
parent
bb7a55c654
commit
c3d355469d
1
.gitignore
vendored
1
.gitignore
vendored
@ -227,3 +227,4 @@ Session.vim
|
||||
tags
|
||||
|
||||
# End of https://www.gitignore.io/api/osx,elm,vim,node,macos,linux,emacs,sublimetext
|
||||
dist.js
|
||||
|
@ -6,8 +6,13 @@
|
||||
"directories": {
|
||||
"test": "tests"
|
||||
},
|
||||
"files": [
|
||||
"dist.js"
|
||||
],
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"prepublish": "npm run build-lib",
|
||||
"build-lib": "npx browserify --entry lib/index.js --outfile dist.js"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
Loading…
Reference in New Issue
Block a user