File tree Expand file tree Collapse file tree 5 files changed +6
-10
lines changed Expand file tree Collapse file tree 5 files changed +6
-10
lines changed Original file line number Diff line number Diff line change 11package-lock.json
22dist
3+ test /dist
4+ .nyc_output
5+ node_modules
Original file line number Diff line number Diff line change 1010 directories :
1111 - node_modules
1212script :
13- - npm run testCi
14-
15- after_success :
16- - npm run coverage
13+ - npm run test
Original file line number Diff line number Diff line change 11# Fluent Behavior Tree
2- [ ![ Coverage Status ] ( https://coveralls.io/repos/github/aequasi/fluent-behavior-tree/badge.svg?branch=master )] ( https://coveralls.io/github/aequasi/fluent-behavior-tree?branch=master ) [ ![ Build Status] ( https://travis-ci.org/aequasi/fluent-behavior-tree.svg?branch=master )] ( https://travis-ci.org/aequasi/fluent-behavior-tree ) [ ![ npm version] ( https://badge.fury.io/js/fluent-behavior-tree.svg )] ( https://badge.fury.io/js/fluent-behavior-tree )
2+ [ ![ Build Status] ( https://travis-ci.org/aequasi/fluent-behavior-tree.svg?branch=master )] ( https://travis-ci.org/aequasi/fluent-behavior-tree ) [ ![ npm version] ( https://badge.fury.io/js/fluent-behavior-tree.svg )] ( https://badge.fury.io/js/fluent-behavior-tree )
33
44This is a Typescript/Javascript implementation of https://github.com/codecapers/Fluent-Behaviour-Tree
55
Original file line number Diff line number Diff line change 99 },
1010 "scripts" : {
1111 "test" : " rm -r test/dist; tsc -v && tsc -p test/ && ava -v" ,
12- "testCi" : " tsc && tsc -p test && nyc nyc --reporter=html --reporter=text ava" ,
13- "coverage" : " nyc report --reporter=text-lcov | coveralls" ,
1412 "compile" : " npm run lint && tsc -p ./" ,
1513 "precommit" : " npm run compile" ,
1614 "prepublishOnly" : " npm run compile" ,
2725 "@types/es6-promise" : " 0.0.33" ,
2826 "@types/node" : " ^8.0.55" ,
2927 "ava" : " ^0.24.0" ,
30- "coveralls" : " ^3.0.0" ,
3128 "husky" : " ^0.14.3" ,
32- "nyc" : " ^11.3.0" ,
3329 "tslint" : " ^5.8.0" ,
3430 "typemoq" : " ^2.1.0" ,
3531 "typescript" : " ^2.6.2"
Original file line number Diff line number Diff line change 22 "compilerOptions" : {
33 "moduleResolution" : " Node" ,
44 "module" : " commonjs" ,
5- "target" : " es6 " ,
5+ "target" : " es2015 " ,
66 "sourceMap" : true ,
77 "experimentalDecorators" : true ,
88 "emitDecoratorMetadata" : true ,
You can’t perform that action at this time.
0 commit comments