We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6efc808 commit 57f873aCopy full SHA for 57f873a
.npmignore
@@ -0,0 +1,4 @@
1
+src
2
+.travis.yml
3
+tsconfig.json
4
+tslint.json
package.json
@@ -3,6 +3,7 @@
"version": "1.2.3",
"description": "Behavior tree library with a fluent API",
5
"main": "dist/index.js",
6
+ "types": "dist/index.d.ts",
7
"repository": {
8
"type": "git",
9
"url": "git+ssh://[email protected]/aequasi/fluent-behavior-tree"
@@ -23,7 +24,7 @@
23
24
},
25
"devDependencies": {
26
"@types/es6-promise": "0.0.33",
- "@types/node": "^8.0.55",
27
+ "@types/node": "^8.0.57",
28
"ava": "^0.24.0",
29
"husky": "^0.14.3",
30
"tslint": "^5.8.0",
0 commit comments