8000 It is working · SaffronCode/SaffronCodeJS@3836a86 · 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 3836a86

Browse files
committed
It is working
1 parent 0745d57 commit 3836a86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "saffroncodejs",
3-
"version": "1.1.9",
3+
"version": "1.1.11",
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": "rmdir lib && tsc && webpack",
11+
"build": "rmdir lib /s /q && tsc",
1212
"test": "echo \"Error: no test specified\" && exit 1"
1313
},
1414
"repository": {

0 commit comments

Comments
 (0)
0