File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -2,3 +2,4 @@ node_modules
22** .tern-port
33npm-debug.log
44dist /
5+ distribution /
Original file line number Diff line number Diff line change 99before_script :
1010 - npm prune
1111after_success :
12- - npm build
1312 - npm run semantic-release
1413branches :
1514 except :
Original file line number Diff line number Diff line change 22 "name" : " sharedb-ace" ,
33 "version" : " 1.0.1" ,
44 "description" : " ShareDB keybindings for Ace Editor" ,
5- "main" : " ./dist /sharedb-ace.min .js" ,
5+ "main" : " ./distribution /sharedb-ace.js" ,
66 "repository" : " https://github.com/jethrokuan/sharedb-ace" ,
77 "author" : " Jethro Kuan" ,
88 "files" : [
99 " dist"
1010 ],
1111 "license" : " MIT" ,
1212 "scripts" : {
13- "build" : " webpack" ,
13+ "build" : " babel source --presets babel-preset-latest --out-dir distribution" ,
14+ "build:dist" : " webpack" ,
1415 "watch" : " yarn run build" ,
1516 "test" : " echo 'doing nothing'" ,
1617 "lint" : " eslint source" ,
1718 "docs" : " jsdoc source/*.js -d ./docs/" ,
19+ "prepublish" : " npm run build" ,
1820 "semantic-release" : " semantic-release pre && npm publish && semantic-release post"
1921 },
2022 "precommit" : {
You can’t perform that action at this time.
0 commit comments