File tree 3 files changed +43
-1
lines changed 3 files changed +43
-1
lines changed Original file line number Diff line number Diff line change
1
+ # 0.1.0 (2022-11-15)
2
+
3
+
4
+ ### Features
5
+
6
+ * ** types:** generate types for imgix url params ([ 432e620] ( https://github.com/JamieMason/typescript-imgix-url-params/commit/432e62090b700ce305e220a7e8030c7daf024af8 ) )
7
+
8
+
9
+
Original file line number Diff line number Diff line change
1
+ # typescript-imgix-url-params
2
+
3
+ TypeScript definitions of imgix' ; s URL parameters
4
+
5
+ ## Installation
6
+
7
+ This is a [ Node.js] ( https://nodejs.org/ ) module available through the
8
+ [ npm registry] ( https://www.npmjs.com/ ) . It can be installed using the
9
+ [ ` npm ` ] ( https://docs.npmjs.com/getting-started/installing-npm-packages-locally )
10
+ or
11
+ [ ` yarn ` ] ( https://yarnpkg.com/en/ )
12
+ command line tools.
13
+
14
+ ``` sh
15
+ npm install typescript-imgix-url-params --save
16
+ ```
17
+
18
+ ## Dependencies
19
+
20
+ None
21
+
22
+ ## Dev Dependencies
23
+
24
+ - [ @types/node ] ( https://ghub.io/@types/node ) : TypeScript definitions for Node.js
25
+ - [ @types/prettier ] ( https://ghub.io/@types/prettier ) : TypeScript definitions for prettier
26
+ - [ imgix-url-params] ( https://ghub.io/imgix-url-params ) : Organized, machine-friendly documentation of imgix' ; s URL parameters
27
+ - [ prettier] ( https://ghub.io/prettier ) : Prettier is an opinionated code formatter
28
+ - [ ts-node] ( https://ghub.io/ts-node ) : TypeScript execution environment and REPL for node.js, with source map support
29
+ - [ typescript] ( https://ghub.io/typescript ) : TypeScript is a language for application scale JavaScript development
30
+
31
+ ## License
32
+
33
+ MIT
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " typescript-imgix-url-params" ,
3
3
"description" : " TypeScript definitions of imgix's URL parameters" ,
4
- "version" : " 0.0 .0" ,
4
+ "version" : " 0.1 .0" ,
5
5
"author" : " Jamie Mason <jamie@foldleft.io> (https://github.com/JamieMason)" ,
6
6
"bugs" : " https://github.com/JamieMason/typescript-imgix-url-params/issues" ,
7
7
"devDependencies" : {
You can’t perform that action at this time.
0 commit comments