File tree 4 files changed +11
-11
lines changed
4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -2,18 +2,18 @@ module.exports = {
2
2
entry : './index.js' ,
3
3
output : {
4
4
path : './demo/' ,
5
- filename : 'logatim.tryout .js' ,
5
+ filename : 'bundle .js' ,
6
6
library : 'logatim' ,
7
- libraryTarget : 'var' ,
7
+ libraryTarget : 'var'
8
8
} ,
9
9
module : {
10
- loaders :[ {
10
+ loaders : [ {
11
11
test : / \. j s ? $ / ,
12
12
exclude : / ( n o d e _ m o d u l e s | b o w e r _ c o m p o n e n t s ) / ,
13
13
loader : 'babel' ,
14
14
query : {
15
- presets : [ 'es2015' ] ,
16
- } ,
17
- } ] ,
18
- } ,
15
+ presets : [ 'es2015' ]
16
+ }
17
+ } ]
18
+ }
19
19
}
File renamed without changes.
Original file line number Diff line number Diff line change 2
2
< h1 > Logatim playground</ h1 >
3
3
< h4 > Open the console to start the party</ h4 >
4
4
</ section >
5
- < script src =logatim.tryout .js charset =utf-8 async > </ script >
5
+ < script src =bundle .js charset =utf-8 async > </ script >
Original file line number Diff line number Diff line change 3
3
"description" : " Isomorphic logger which implements log levels and ANSI styles" ,
4
4
"main" : " dist/logatim.umd.min.js" ,
5
5
"scripts" : {
6
- "tryout " : " webpack --config tryout .config.js" ,
7
- "start" : " npm run tryout -- --debug && node-repl demo/logatim.tryout .js" ,
6
+ "playground " : " webpack --config demo .config.js" ,
7
+ "start" : " npm run playground -- --debug && node-repl demo/bundle .js" ,
8
8
"test" : " tap test/test-*.js -R spec" ,
9
9
"posttest" : " npm run standard" ,
10
10
"test-ci" : " COVERALLS_REPO_TOKEN=aZSRN0p0eQPw5sMOpQPcS5NaHjSyGlIwB tap test/test-*.js --cov" ,
11
11
"standard" : " standard --verbose | snazzy" ,
12
12
"build" : " webpack -p && npm run test-ci" ,
13
- "demo" : " npm run tryout -- --watch & open demo/tryout .html" ,
13
+ "demo" : " npm run playground -- --watch & open demo/playground .html" ,
14
14
"push" : " npm test && npm run build && git add -A && git cz && git push" ,
15
15
"changelog" : " changelog edravis/logatim all -m > CHANGELOG.md" ,
16
16
"semantic-release" : " semantic-release pre && npm publish && semantic-release post"
You can’t perform that action at this time.
0 commit comments