8000 It was succsess full · SaffronCode/SaffronCodeJS@0745d57 · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Jul 10, 2024. It is now read-only.

Commit 0745d57

Browse files
committed
It was succsess full
npm run build increase version npm publish
1 parent 6358014 commit 0745d57

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
< 8000 col width="100%"/>
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "saffroncodejs",
3-
"version": "1.1.5",
3+
"version": "1.1.9",
44
"description": "Package of optimised react components and javascript functions for developers ♫♪",
55
"main": "./lib/SaffronCode.js",
66
"types": "./lib/SaffronCode.d.ts",
77
"directories": {
88
"doc": "doc"
99
},
1010
"scripts": {
11-
"build": "webpack",
11+
"build": "rmdir lib && tsc && webpack",
1212
"test": "echo \"Error: no test specified\" && exit 1"
1313
},
1414
"repository": {

src/SaffronCode.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ var SaffronCode:SaffronInterfase = {
1212

1313

1414

15-
export default SaffronCode ;
15+
export {SaffronCode} ;

0 commit comments

Comments
 (0)
0