We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bcda9d commit 952c714Copy full SHA for 952c714
package.json
@@ -1,9 +1,10 @@
1
{
2
"name": "@specs-feup/clava-code-transforms",
3
- "version": "1.0.0",
+ "version": "0.9.0",
4
"author": "Tiago Lascasas Santos <tiagolascasas@outlook.com> (https://tiagolascasas.dev)",
5
"description": "A set of advanced C/C++ code transformations for Clava",
6
"type": "module",
7
+ "private": false,
8
"scripts": {
9
"build": "tsc",
10
"build:watch": "tsc --watch",
0 commit comments