We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdb3ce6 commit aff44cfCopy full SHA for aff44cf
bower.json
@@ -1,19 +1,22 @@
1
{
2
- "name": "purescript-parsing-repetition",
3
- "keywords": ["pursuit-deprecated"],
4
- "license": [
5
- "MIT"
6
- ],
7
- "repository": {
8
- "type": "git",
9
- "url": "https://github.com/markfarrell/purescript-parsing-repetition"
10
- },
11
- "ignore": [
12
- "**/.*",
13
- "node_modules",
14
- "bower_components",
15
- "output"
16
17
- "dependencies": {
18
- }
+ "name": "purescript-parsing-repetition",
+ "keywords": [
+ "pursuit-deprecated"
+ ],
+ "license": [
+ "MIT"
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/markfarrell/purescript-parsing-repetition"
+ },
+ "ignore": [
+ "**/.*",
+ "node_modules",
+ "bower_components",
+ "output"
19
+ "dependencies": {
20
+ "purescript-parsing": "^7.0.1"
21
+ }
22
}
0 commit comments