File tree Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Original file line number Diff line number Diff line change 4
4
"description" : " JavaScript animation functions and helpers." ,
5
5
"main" : " dist/src/animations.js" ,
6
6
"module" : " dist/src/animations.mjs" ,
7
+ "repository" : {
8
+ "type" : " git" ,
9
+ "url" : " https://github.com/ampproject/animations.git"
10
+ },
11
+ "author" : " The AMP HTML Authors" ,
12
+ "license" : " Apache-2.0" ,
7
13
"scripts" : {
8
14
"build" : " tsc -p tsconfig-es6.json" ,
9
15
"build-watch" : " npm run build -- --watch" ,
16
22
"karma" : " karma start --browsers Chrome,Firefox karma.conf.js" ,
17
23
"test" : " npm run karma -- --single-run" ,
18
24
"test-watch" : " npm run karma -- --auto-watch" ,
19
- "tsickle" : " node_modules/tsickle/src/main.js"
25
+ "tsickle" : " node_modules/tsickle/src/main.js" ,
26
+ "prepublish" : " npm run dist"
20
27
},
21
- "author" : " The AMP HTML Authors" ,
22
- "license" : " Apache-2.0" ,
23
28
"devDependencies" : {
24
29
"@types/chai" : " ^4.1.6" ,
25
30
"@types/mocha" : " ^5.2.5" ,
36
41
"tsickle" : " ^0.33.0" ,
37
42
"typescript" : " git://github.com/mprobst/TypeScript.git#5456479a4a"
38
43
},
39
- "dependencies" : {}
44
+ "dependencies" : {},
45
+ "files" : [
46
+ " dist"
47
+ ]
40
48
}
You can’t perform that action at this time.
0 commit comments