Commit e6a09b701a2e1d5b6260e3c9f4b075fc3cfe7a2a
simple glob + fix project name in package.json
mix irving committed on 2/28/2018, 11:15:33 PMParent: dbfe7b74a3adb5a6f94f01cd9a3f8fd4d696bd93
Files changed
package.json | changed |
package.json | |||
---|---|---|---|
@@ -1,15 +1,15 @@ | |||
1 | 1 … | { | |
2 | - "name": "ssb-loomio", | ||
2 … | + "name": "scuttle-poll", | ||
3 | 3 … | "version": "1.0.0", | |
4 | 4 … | "description": "Create and vote on polls on ssb", | |
5 | 5 … | "main": "index.js", | |
6 | 6 … | "scripts": { | |
7 | - "test": "tape test/**/*.js | tap-spec && tape test/**/**/*.js | tap-spec" | ||
7 … | + "test": "tape 'test/**/*.js' | tap-spec" | ||
8 | 8 … | }, | |
9 | 9 … | "repository": { | |
10 | 10 … | "type": "git", | |
11 | - "url": "git+https://github.com/pietgeursen/ssb-loomio-schema.git" | ||
11 … | + "url": "git+https://github.com/ssbc/scuttle-poll.git" | ||
12 | 12 … | }, | |
13 | 13 … | "keywords": [ | |
14 | 14 … | "loomio", | |
15 | 15 … | "vote", | |
@@ -19,11 +19,11 @@ | |||
19 | 19 … | ], | |
20 | 20 … | "author": "pietgeursen", | |
21 | 21 … | "license": "MIT", | |
22 | 22 … | "bugs": { | |
23 | - "url": "https://github.com/pietgeursen/ssb-loomio-schema/issues" | ||
23 … | + "url": "https://github.com/ssbc/scuttle-poll/issues" | ||
24 | 24 … | }, | |
25 | - "homepage": "https://github.com/pietgeursen/ssb-loomio-schema#readme", | ||
25 … | + "homepage": "https://github.com/ssbc/scuttle-poll#readme", | ||
26 | 26 … | "devDependencies": { | |
27 | 27 … | "tap-spec": "^4.1.1", | |
28 | 28 … | "tape": "^4.8.0" | |
29 | 29 … | }, |
Built with git-ssb-web