File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @devjacob/smush" ,
3
- "version" : " 1.0.0 " ,
3
+ "version" : " 1.0.6 " ,
4
4
"description" : " A simple function to make merging objects together a bit easier, because why not!" ,
5
5
"author" : " Jacob Paulin" ,
6
6
"license" : " MPL-2.0" ,
7
- "type" : " module" ,
8
7
"main" : " ./lib/index.js" ,
9
8
"types" : " ./lib/index.d.ts" ,
10
9
"repository" : {
21
20
"test:list" : " mocha --parallel --full-trace --recursive --reporter list" ,
22
21
"pretest:progress" : " npm run build" ,
23
22
"test:progress" : " mocha --recursive --reporter progress" ,
24
- "prepublish" : " npm run build" ,
25
- "publish" : " npm publish --access=publish "
23
+ "prepublish:npm " : " npm run build" ,
24
+ "publish:npm " : " npm publish --access=public "
26
25
},
27
26
"devDependencies" : {
28
27
"@faker-js/faker" : " ^8.4.1" ,
Original file line number Diff line number Diff line change 15
15
"useUnknownInCatchVariables" : true , // https://www.typescriptlang.org/tsconfig#useUnknownInCatchVariables
16
16
17
17
// Modules
18
- "module" : " es2015 " ,
18
+ "module" : " CommonJS " ,
19
19
"moduleResolution" : " node" ,
20
20
"baseUrl" : " ./src" ,
21
21
You can’t perform that action at this time.
0 commit comments