We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f0ac25c + 3fff287 commit d8ce6cdCopy full SHA for d8ce6cd
1 file changed
package.json
@@ -1,6 +1,14 @@
1
{
2
"name": "testcafe-angular-selectors",
3
- "version": "0.1.0",
+ "version": "0.1.1",
4
+ "description": "Angular selectors for TestCafe",
5
+ "author": {
6
+ "name": "Developer Express Inc.",
7
+ "url": "https://devexpress.com"
8
+ },
9
+ "main": "lib/index",
10
+ "files": [ "lib" ],
11
+ "license": "MIT",
12
"scripts": {
13
"lint": "eslint src/*.js test/*.js",
14
"http-server": "http-server ./ -s",
@@ -21,6 +29,13 @@
21
29
"publish-please": "^2.2.0",
22
30
"testcafe": "^0.15.0"
23
31
},
32
+ "keywords": [
33
+ "testcafe",
34
+ "angular",
35
+ "angularjs",
36
+ "selectors",
37
+ "plugin"
38
+ ],
24
39
"peerDependencies": {
25
40
"testcafe": "*"
26
41
}
0 commit comments